Struct gtk_sys::GtkWindowGroup [−][src]
#[repr(C)]pub struct GtkWindowGroup { pub parent_instance: GObject, pub priv_: *mut GtkWindowGroupPrivate, }
Fields
parent_instance: GObject
priv_: *mut GtkWindowGroupPrivate
Trait Implementations
impl Copy for GtkWindowGroup[src]
impl Copy for GtkWindowGroupimpl Clone for GtkWindowGroup[src]
impl Clone for GtkWindowGroupfn clone(&self) -> GtkWindowGroup[src]
fn clone(&self) -> GtkWindowGroupReturns 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 GtkWindowGroup[src]
impl Debug for GtkWindowGroupAuto Trait Implementations
impl !Send for GtkWindowGroup
impl !Send for GtkWindowGroupimpl !Sync for GtkWindowGroup
impl !Sync for GtkWindowGroup