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