Struct gio_sys::GApplicationCommandLine[][src]

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

Fields

Trait Implementations

impl Copy for GApplicationCommandLine
[src]

impl Clone for GApplicationCommandLine
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GApplicationCommandLine
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations