Struct gio_sys::GApplicationCommandLineClass [−][src]
#[repr(C)]pub struct GApplicationCommandLineClass { pub parent_class: GObjectClass, pub print_literal: Option<unsafe extern "C" fn(_: *mut GApplicationCommandLine, _: *const c_char)>, pub printerr_literal: Option<unsafe extern "C" fn(_: *mut GApplicationCommandLine, _: *const c_char)>, pub get_stdin: Option<unsafe extern "C" fn(_: *mut GApplicationCommandLine) -> *mut GInputStream>, pub padding: [gpointer; 11], }
Fields
parent_class: GObjectClass
print_literal: Option<unsafe extern "C" fn(_: *mut GApplicationCommandLine, _: *const c_char)>
printerr_literal: Option<unsafe extern "C" fn(_: *mut GApplicationCommandLine, _: *const c_char)>
get_stdin: Option<unsafe extern "C" fn(_: *mut GApplicationCommandLine) -> *mut GInputStream>
padding: [gpointer; 11]
Trait Implementations
impl Copy for GApplicationCommandLineClass[src]
impl Copy for GApplicationCommandLineClassimpl Clone for GApplicationCommandLineClass[src]
impl Clone for GApplicationCommandLineClassfn clone(&self) -> GApplicationCommandLineClass[src]
fn clone(&self) -> GApplicationCommandLineClassReturns 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 GApplicationCommandLineClass[src]
impl Debug for GApplicationCommandLineClassAuto Trait Implementations
impl !Send for GApplicationCommandLineClass
impl !Send for GApplicationCommandLineClassimpl !Sync for GApplicationCommandLineClass
impl !Sync for GApplicationCommandLineClass