Struct gio_sys::GApplication [−][src]
#[repr(C)]pub struct GApplication { pub parent_instance: GObject, pub priv_: *mut GApplicationPrivate, }
Fields
parent_instance: GObject
priv_: *mut GApplicationPrivate
Trait Implementations
impl Copy for GApplication[src]
impl Copy for GApplicationimpl Clone for GApplication[src]
impl Clone for GApplicationfn clone(&self) -> GApplication[src]
fn clone(&self) -> GApplicationReturns 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 GApplication[src]
impl Debug for GApplicationAuto Trait Implementations
impl !Send for GApplication
impl !Send for GApplicationimpl !Sync for GApplication
impl !Sync for GApplication