Struct gtk_sys::GtkApplication [−][src]
#[repr(C)]pub struct GtkApplication { pub parent: GApplication, pub priv_: *mut GtkApplicationPrivate, }
Fields
parent: GApplication
priv_: *mut GtkApplicationPrivate
Trait Implementations
impl Copy for GtkApplication[src]
impl Copy for GtkApplicationimpl Clone for GtkApplication[src]
impl Clone for GtkApplicationfn clone(&self) -> GtkApplication[src]
fn clone(&self) -> GtkApplicationReturns 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 GtkApplication[src]
impl Debug for GtkApplicationAuto Trait Implementations
impl !Send for GtkApplication
impl !Send for GtkApplicationimpl !Sync for GtkApplication
impl !Sync for GtkApplication