Struct gtk_sys::GtkToggleAction[][src]

#[repr(C)]
pub struct GtkToggleAction { pub parent: GtkAction, pub private_data: *mut GtkToggleActionPrivate, }

Fields

Trait Implementations

impl Copy for GtkToggleAction
[src]

impl Clone for GtkToggleAction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkToggleAction
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations