Struct gtk_sys::GtkRadioButtonAccessible[][src]

#[repr(C)]
pub struct GtkRadioButtonAccessible { pub parent: GtkToggleButtonAccessible, pub priv_: *mut GtkRadioButtonAccessiblePrivate, }

Fields

Trait Implementations

impl Copy for GtkRadioButtonAccessible
[src]

impl Clone for GtkRadioButtonAccessible
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkRadioButtonAccessible
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations