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