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