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