Struct gio_sys::GAppLaunchContext [−][src]
#[repr(C)]pub struct GAppLaunchContext { pub parent_instance: GObject, pub priv_: *mut GAppLaunchContextPrivate, }
Fields
parent_instance: GObject
priv_: *mut GAppLaunchContextPrivate
Trait Implementations
impl Copy for GAppLaunchContext[src]
impl Copy for GAppLaunchContextimpl Clone for GAppLaunchContext[src]
impl Clone for GAppLaunchContextfn clone(&self) -> GAppLaunchContext[src]
fn clone(&self) -> GAppLaunchContextReturns 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 GAppLaunchContext[src]
impl Debug for GAppLaunchContextAuto Trait Implementations
impl !Send for GAppLaunchContext
impl !Send for GAppLaunchContextimpl !Sync for GAppLaunchContext
impl !Sync for GAppLaunchContext