Struct gtk_sys::GtkToggleButton[][src]

#[repr(C)]
pub struct GtkToggleButton { pub button: GtkButton, pub priv_: *mut GtkToggleButtonPrivate, }

Fields

Trait Implementations

impl Copy for GtkToggleButton
[src]

impl Clone for GtkToggleButton
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkToggleButton
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkToggleButton

impl !Sync for GtkToggleButton