Struct gtk_sys::GtkSwitch[][src]

#[repr(C)]
pub struct GtkSwitch { pub parent_instance: GtkWidget, pub priv_: *mut GtkSwitchPrivate, }

Fields

Trait Implementations

impl Copy for GtkSwitch
[src]

impl Clone for GtkSwitch
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkSwitch
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkSwitch

impl !Sync for GtkSwitch