Struct gtk_sys::GtkRadioAction[][src]

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

Fields

Trait Implementations

impl Copy for GtkRadioAction
[src]

impl Clone for GtkRadioAction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkRadioAction
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkRadioAction

impl !Sync for GtkRadioAction