Struct gtk_sys::GtkRadioButton [−][src]
#[repr(C)]pub struct GtkRadioButton { pub check_button: GtkCheckButton, pub priv_: *mut GtkRadioButtonPrivate, }
Fields
priv_: *mut GtkRadioButtonPrivate
Trait Implementations
impl Copy for GtkRadioButton
[src]
impl Copy for GtkRadioButton
impl Clone for GtkRadioButton
[src]
impl Clone for GtkRadioButton
fn clone(&self) -> GtkRadioButton
[src]
fn clone(&self) -> GtkRadioButton
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GtkRadioButton
[src]
impl Debug for GtkRadioButton
Auto Trait Implementations
impl !Send for GtkRadioButton
impl !Send for GtkRadioButton
impl !Sync for GtkRadioButton
impl !Sync for GtkRadioButton