Struct gtk_sys::GtkRadioButton [−][src]
#[repr(C)]pub struct GtkRadioButton { pub check_button: GtkCheckButton, pub priv_: *mut GtkRadioButtonPrivate, }
Fields
priv_: *mut GtkRadioButtonPrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkRadioButtonimpl !Send for GtkRadioButtonimpl !Sync for GtkRadioButtonimpl Unpin for GtkRadioButtonimpl UnwindSafe for GtkRadioButtonBlanket Implementations
Mutably borrows from an owned value. Read more