Struct gst::ffi::Struct__GParamSpecDouble[][src]

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

Fields

Trait Implementations

impl Clone for Struct__GParamSpecDouble
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Struct__GParamSpecDouble
[src]

impl Default for Struct__GParamSpecDouble
[src]

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

Auto Trait Implementations

impl !Send for Struct__GParamSpecDouble

impl !Sync for Struct__GParamSpecDouble