Struct gtk_sys::GtkApplicationWindow [−][src]
#[repr(C)]pub struct GtkApplicationWindow { pub parent_instance: GtkWindow, pub priv_: *mut GtkApplicationWindowPrivate, }
Fields
parent_instance: GtkWindow
priv_: *mut GtkApplicationWindowPrivate
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