Struct gtk_sys::GtkApplicationWindow [−][src]
#[repr(C)]pub struct GtkApplicationWindow { pub parent_instance: GtkWindow, pub priv_: *mut GtkApplicationWindowPrivate, }
Fields
parent_instance: GtkWindowpriv_: *mut GtkApplicationWindowPrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkApplicationWindowimpl !Send for GtkApplicationWindowimpl !Sync for GtkApplicationWindowimpl Unpin for GtkApplicationWindowimpl UnwindSafe for GtkApplicationWindowBlanket Implementations
Mutably borrows from an owned value. Read more