Struct gtk_sys::GtkIconViewAccessible
source · #[repr(C)]pub struct GtkIconViewAccessible {
pub parent: GtkContainerAccessible,
pub priv_: *mut GtkIconViewAccessiblePrivate,
}
Fields§
§parent: GtkContainerAccessible
§priv_: *mut GtkIconViewAccessiblePrivate
Trait Implementations§
source§impl Clone for GtkIconViewAccessible
impl Clone for GtkIconViewAccessible
source§fn clone(&self) -> GtkIconViewAccessible
fn clone(&self) -> GtkIconViewAccessible
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GtkIconViewAccessible
impl Debug for GtkIconViewAccessible
impl Copy for GtkIconViewAccessible
Auto Trait Implementations§
impl RefUnwindSafe for GtkIconViewAccessible
impl !Send for GtkIconViewAccessible
impl !Sync for GtkIconViewAccessible
impl Unpin for GtkIconViewAccessible
impl UnwindSafe for GtkIconViewAccessible
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more