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