Struct gst::ffi::Struct__GParamSpecFloat[][src]

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

Fields

Trait Implementations

impl Clone for Struct__GParamSpecFloat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Struct__GParamSpecFloat
[src]

impl Default for Struct__GParamSpecFloat
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl !Send for Struct__GParamSpecFloat

impl !Sync for Struct__GParamSpecFloat