Struct gtk_sys::GtkSizeGroup [−][src]
#[repr(C)]pub struct GtkSizeGroup { pub parent_instance: GObject, pub priv_: *mut GtkSizeGroupPrivate, }
Fields
parent_instance: GObject
priv_: *mut GtkSizeGroupPrivate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkSizeGroup
impl !Send for GtkSizeGroup
impl !Sync for GtkSizeGroup
impl Unpin for GtkSizeGroup
impl UnwindSafe for GtkSizeGroup
Blanket Implementations
Mutably borrows from an owned value. Read more