Struct gtk4_sys::GtkApplicationWindow [−][src]
#[repr(C)]pub struct GtkApplicationWindow {
pub parent_instance: GtkWindow,
}
Fields
parent_instance: GtkWindow
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkApplicationWindow
impl !Send for GtkApplicationWindow
impl !Sync for GtkApplicationWindow
impl Unpin for GtkApplicationWindow
impl UnwindSafe for GtkApplicationWindow
Blanket Implementations
Mutably borrows from an owned value. Read more