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
impl Copy for GApplicationCommandLine[src]
impl Copy for GApplicationCommandLineimpl Clone for GApplicationCommandLine[src]
impl Clone for GApplicationCommandLinefn clone(&self) -> GApplicationCommandLine[src]
fn clone(&self) -> GApplicationCommandLineReturns 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 GApplicationCommandLine[src]
impl Debug for GApplicationCommandLineAuto Trait Implementations
impl !Send for GApplicationCommandLine
impl !Send for GApplicationCommandLineimpl !Sync for GApplicationCommandLine
impl !Sync for GApplicationCommandLine