Struct gtk4_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
Auto Trait Implementations
impl RefUnwindSafe for GtkWindowGroup
impl !Send for GtkWindowGroup
impl !Sync for GtkWindowGroup
impl Unpin for GtkWindowGroup
impl UnwindSafe for GtkWindowGroup
Blanket Implementations
Mutably borrows from an owned value. Read more