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