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