Struct gtk_sys::GtkWindow [−][src]
#[repr(C)]pub struct GtkWindow { pub bin: GtkBin, pub priv_: *mut GtkWindowPrivate, }
Fields
bin: GtkBinpriv_: *mut GtkWindowPrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkWindowimpl UnwindSafe for GtkWindowBlanket Implementations
Mutably borrows from an owned value. Read more