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