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