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