Struct vips_sys::_GParamSpecFloat [−][src]
#[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: gfloat
Trait Implementations
impl Debug for _GParamSpecFloat
[src]
impl Debug for _GParamSpecFloat
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for _GParamSpecFloat
[src]
impl Copy for _GParamSpecFloat
impl Clone for _GParamSpecFloat
[src]
impl Clone for _GParamSpecFloat
fn clone(&self) -> _GParamSpecFloat
[src]
fn clone(&self) -> _GParamSpecFloat
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl !Send for _GParamSpecFloat
impl !Send for _GParamSpecFloat
impl !Sync for _GParamSpecFloat
impl !Sync for _GParamSpecFloat