Struct gtk_sys::GtkIconView
source · [−]#[repr(C)]pub struct GtkIconView {
pub parent: GtkContainer,
pub priv_: *mut GtkIconViewPrivate,
}Fields
parent: GtkContainerpriv_: *mut GtkIconViewPrivateTrait 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