Struct vips_sys::_GParamSpecDouble[][src]

#[repr(C)]
pub struct _GParamSpecDouble { pub parent_instance: GParamSpec, pub minimum: gdouble, pub maximum: gdouble, pub default_value: gdouble, pub epsilon: gdouble, }

Fields

Trait Implementations

impl Debug for _GParamSpecDouble
[src]

Formats the value using the given formatter. Read more

impl Copy for _GParamSpecDouble
[src]

impl Clone for _GParamSpecDouble
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _GParamSpecDouble

impl !Sync for _GParamSpecDouble