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