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