Struct frida_sys::_GOptionEntry
source · #[repr(C)]pub struct _GOptionEntry {
pub long_name: *const gchar,
pub short_name: gchar,
pub flags: gint,
pub arg: GOptionArg,
pub arg_data: gpointer,
pub description: *const gchar,
pub arg_description: *const gchar,
}Fields§
§long_name: *const gchar§short_name: gchar§flags: gint§arg: GOptionArg§arg_data: gpointer§description: *const gchar§arg_description: *const gcharTrait Implementations§
source§impl Clone for _GOptionEntry
impl Clone for _GOptionEntry
source§fn clone(&self) -> _GOptionEntry
fn clone(&self) -> _GOptionEntry
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