Struct gtk_sys::GtkWindow [−][src]
#[repr(C)]pub struct GtkWindow { pub bin: GtkBin, pub priv_: *mut GtkWindowPrivate, }
Fields
bin: GtkBin
priv_: *mut GtkWindowPrivate
Trait Implementations
impl Copy for GtkWindow
[src]
impl Copy for GtkWindow
impl Clone for GtkWindow
[src]
impl Clone for GtkWindow
fn clone(&self) -> GtkWindow
[src]
fn clone(&self) -> GtkWindow
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GtkWindow
[src]
impl Debug for GtkWindow