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