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