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