Struct gio_sys::GAppLaunchContext[][src]

#[repr(C)]
pub struct GAppLaunchContext { pub parent_instance: GObject, pub priv_: *mut GAppLaunchContextPrivate, }

Fields

Trait Implementations

impl Copy for GAppLaunchContext
[src]

impl Clone for GAppLaunchContext
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GAppLaunchContext
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations