Struct gtk_sys::GtkToolItem [−][src]
#[repr(C)]pub struct GtkToolItem { pub parent: GtkBin, pub priv_: *mut GtkToolItemPrivate, }
Fields
parent: GtkBinpriv_: *mut GtkToolItemPrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkToolItemimpl !Send for GtkToolItemimpl !Sync for GtkToolItemimpl Unpin for GtkToolItemimpl UnwindSafe for GtkToolItemBlanket Implementations
Mutably borrows from an owned value. Read more