Struct gtk_sys::GtkRadioAction
source · #[repr(C)]pub struct GtkRadioAction {
pub parent: GtkToggleAction,
pub private_data: *mut GtkRadioActionPrivate,
}
Fields§
§parent: GtkToggleAction
§private_data: *mut GtkRadioActionPrivate
Trait Implementations§
source§impl Clone for GtkRadioAction
impl Clone for GtkRadioAction
source§fn clone(&self) -> GtkRadioAction
fn clone(&self) -> GtkRadioAction
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more