pub struct GApplicationCommandLineClass {
pub print_literal: Option<extern "C" fn(*mut GApplicationCommandLine, *const gchar)>,
pub printerr_literal: Option<extern "C" fn(*mut GApplicationCommandLine, *const gchar)>,
pub get_stdin: Option<extern "C" fn(*mut GApplicationCommandLine) -> *mut GInputStream>,
/* private fields */
}Fields§
§print_literal: Option<extern "C" fn(*mut GApplicationCommandLine, *const gchar)>§printerr_literal: Option<extern "C" fn(*mut GApplicationCommandLine, *const gchar)>§get_stdin: Option<extern "C" fn(*mut GApplicationCommandLine) -> *mut GInputStream>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