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 Copy for GtkSwitchimpl Clone for GtkSwitch[src]
impl Clone for GtkSwitchfn clone(&self) -> GtkSwitch[src]
fn clone(&self) -> GtkSwitchReturns 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 GtkSwitch[src]
impl Debug for GtkSwitch