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