Struct gobject_sys::GParamSpecFloat[][src]

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

Fields

Trait Implementations

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

impl Debug for GParamSpecFloat
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GParamSpecFloat

impl !Sync for GParamSpecFloat