Struct gtk_sys::GtkMenuItem [−][src]
#[repr(C)]pub struct GtkMenuItem { pub bin: GtkBin, pub priv_: *mut GtkMenuItemPrivate, }
Fields
bin: GtkBinpriv_: *mut GtkMenuItemPrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkMenuItemimpl !Send for GtkMenuItemimpl !Sync for GtkMenuItemimpl Unpin for GtkMenuItemimpl UnwindSafe for GtkMenuItemBlanket Implementations
Mutably borrows from an owned value. Read more