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