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
Auto Trait Implementations
impl RefUnwindSafe for GAppLaunchContext
impl !Send for GAppLaunchContext
impl !Sync for GAppLaunchContext
impl Unpin for GAppLaunchContext
impl UnwindSafe for GAppLaunchContext
Blanket Implementations
Mutably borrows from an owned value. Read more