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