Struct gtk_sys::GtkMenuShell
[−]
[src]
#[repr(C)]pub struct GtkMenuShell { pub container: GtkContainer, pub priv_: *mut GtkMenuShellPrivate, }
Fields
container: GtkContainer
priv_: *mut GtkMenuShellPrivate
Trait Implementations
impl Copy for GtkMenuShell[src]
impl Clone for GtkMenuShell[src]
fn clone(&self) -> GtkMenuShell[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