Struct gtk_sys::GtkApplicationWindow [−][src]
#[repr(C)]pub struct GtkApplicationWindow { pub parent_instance: GtkWindow, pub priv_: *mut GtkApplicationWindowPrivate, }
Fields
parent_instance: GtkWindow
priv_: *mut GtkApplicationWindowPrivate
Trait Implementations
impl Copy for GtkApplicationWindow
[src]
impl Copy for GtkApplicationWindow
impl Clone for GtkApplicationWindow
[src]
impl Clone for GtkApplicationWindow
fn clone(&self) -> GtkApplicationWindow
[src]
fn clone(&self) -> GtkApplicationWindow
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 GtkApplicationWindow
[src]
impl Debug for GtkApplicationWindow
Auto Trait Implementations
impl !Send for GtkApplicationWindow
impl !Send for GtkApplicationWindow
impl !Sync for GtkApplicationWindow
impl !Sync for GtkApplicationWindow