Struct gtk_sys::GtkActionGroup
source · #[repr(C)]pub struct GtkActionGroup {
pub parent: GObject,
pub priv_: *mut GtkActionGroupPrivate,
}
Fields§
§parent: GObject
§priv_: *mut GtkActionGroupPrivate
Trait Implementations§
source§impl Clone for GtkActionGroup
impl Clone for GtkActionGroup
source§fn clone(&self) -> GtkActionGroup
fn clone(&self) -> GtkActionGroup
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