Struct gtk_sys::GtkMenuBar [−][src]
#[repr(C)]pub struct GtkMenuBar { pub menu_shell: GtkMenuShell, pub priv_: *mut GtkMenuBarPrivate, }
Fields
priv_: *mut GtkMenuBarPrivate
Trait Implementations
impl Copy for GtkMenuBar[src]
impl Copy for GtkMenuBarimpl Clone for GtkMenuBar[src]
impl Clone for GtkMenuBarfn clone(&self) -> GtkMenuBar[src]
fn clone(&self) -> GtkMenuBarReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GtkMenuBar[src]
impl Debug for GtkMenuBarAuto Trait Implementations
impl !Send for GtkMenuBar
impl !Send for GtkMenuBarimpl !Sync for GtkMenuBar
impl !Sync for GtkMenuBar