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