Struct gtk_sys::GtkCheckButton[][src]

#[repr(C)]
pub struct GtkCheckButton { pub toggle_button: GtkToggleButton, }

Fields

Trait Implementations

impl Copy for GtkCheckButton
[src]

impl Clone for GtkCheckButton
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkCheckButton
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations