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 GtkApplicationWindowimpl Clone for GtkApplicationWindow[src]
impl Clone for GtkApplicationWindowfn clone(&self) -> GtkApplicationWindow[src]
fn clone(&self) -> GtkApplicationWindowReturns 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 GtkApplicationWindowAuto Trait Implementations
impl !Send for GtkApplicationWindow
impl !Send for GtkApplicationWindowimpl !Sync for GtkApplicationWindow
impl !Sync for GtkApplicationWindow