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