#[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 done: Option<unsafe extern "C" fn(_: *mut GApplicationCommandLine)>,
pub padding: [gpointer; 10],
}
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>
§done: Option<unsafe extern "C" fn(_: *mut GApplicationCommandLine)>
§padding: [gpointer; 10]
Trait Implementations§
Source§impl Clone for GApplicationCommandLineClass
impl Clone for GApplicationCommandLineClass
Source§fn clone(&self) -> GApplicationCommandLineClass
fn clone(&self) -> GApplicationCommandLineClass
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GApplicationCommandLineClass
impl Debug for GApplicationCommandLineClass
impl Copy for GApplicationCommandLineClass
Auto Trait Implementations§
impl Freeze for GApplicationCommandLineClass
impl RefUnwindSafe for GApplicationCommandLineClass
impl !Send for GApplicationCommandLineClass
impl !Sync for GApplicationCommandLineClass
impl Unpin for GApplicationCommandLineClass
impl UnwindSafe for GApplicationCommandLineClass
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)