Struct frida_sys::_GEnumValue
source · #[repr(C)]pub struct _GEnumValue {
pub value: gint,
pub value_name: *const gchar,
pub value_nick: *const gchar,
}Fields§
§value: gint§value_name: *const gchar§value_nick: *const gcharTrait Implementations§
source§impl Clone for _GEnumValue
impl Clone for _GEnumValue
source§fn clone(&self) -> _GEnumValue
fn clone(&self) -> _GEnumValue
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