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