Struct gtk_sys::GtkIconView [−][src]
#[repr(C)]pub struct GtkIconView { pub parent: GtkContainer, pub priv_: *mut GtkIconViewPrivate, }
Fields
parent: GtkContainer
priv_: *mut GtkIconViewPrivate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkIconView
impl !Send for GtkIconView
impl !Sync for GtkIconView
impl Unpin for GtkIconView
impl UnwindSafe for GtkIconView
Blanket Implementations
Mutably borrows from an owned value. Read more