Struct gobject_sys::GParamSpecDouble[][src]

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

Fields

Trait Implementations

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

impl Debug for GParamSpecDouble
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GParamSpecDouble

impl !Sync for GParamSpecDouble