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 GtkMenuBar
impl Clone for GtkMenuBar
[src]
impl Clone for GtkMenuBar
fn clone(&self) -> GtkMenuBar
[src]
fn clone(&self) -> GtkMenuBar
Returns 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 GtkMenuBar
Auto Trait Implementations
impl !Send for GtkMenuBar
impl !Send for GtkMenuBar
impl !Sync for GtkMenuBar
impl !Sync for GtkMenuBar