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

Trait Implementations

impl Debug for _GParamSpecFloat
[src]

Formats the value using the given formatter. Read more

impl Copy for _GParamSpecFloat
[src]

impl Clone for _GParamSpecFloat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _GParamSpecFloat

impl !Sync for _GParamSpecFloat