Struct frida_sys::_GApplicationCommandLineClass
source · #[repr(C)]pub struct _GApplicationCommandLineClass {
pub parent_class: GObjectClass,
pub print_literal: Option<unsafe extern "C" fn(cmdline: *mut GApplicationCommandLine, message: *const gchar)>,
pub printerr_literal: Option<unsafe extern "C" fn(cmdline: *mut GApplicationCommandLine, message: *const gchar)>,
pub get_stdin: Option<unsafe extern "C" fn(cmdline: *mut GApplicationCommandLine) -> *mut GInputStream>,
pub padding: [gpointer; 11],
}Fields§
§parent_class: GObjectClass§print_literal: Option<unsafe extern "C" fn(cmdline: *mut GApplicationCommandLine, message: *const gchar)>§printerr_literal: Option<unsafe extern "C" fn(cmdline: *mut GApplicationCommandLine, message: *const gchar)>§get_stdin: Option<unsafe extern "C" fn(cmdline: *mut GApplicationCommandLine) -> *mut GInputStream>§padding: [gpointer; 11]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 more