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 Clone for GtkMenuBar
[src]
fn clone(&self) -> GtkMenuBar
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more