Struct gio_sys::GApplicationCommandLine [−][src]
#[repr(C)]pub struct GApplicationCommandLine { pub parent_instance: GObject, pub priv_: *mut GApplicationCommandLinePrivate, }
Fields
parent_instance: GObject
priv_: *mut GApplicationCommandLinePrivate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GApplicationCommandLine
impl !Send for GApplicationCommandLine
impl !Sync for GApplicationCommandLine
impl Unpin for GApplicationCommandLine
impl UnwindSafe for GApplicationCommandLine
Blanket Implementations
Mutably borrows from an owned value. Read more