Struct frida_sys::_GParamSpecUInt64
source · #[repr(C)]pub struct _GParamSpecUInt64 {
pub parent_instance: GParamSpec,
pub minimum: guint64,
pub maximum: guint64,
pub default_value: guint64,
}Fields§
§parent_instance: GParamSpec§minimum: guint64§maximum: guint64§default_value: guint64Trait Implementations§
source§impl Clone for _GParamSpecUInt64
impl Clone for _GParamSpecUInt64
source§fn clone(&self) -> _GParamSpecUInt64
fn clone(&self) -> _GParamSpecUInt64
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