Struct gstreamer_sys::GstParamSpecFraction[][src]

#[repr(C)]
pub struct GstParamSpecFraction { pub parent_instance: GParamSpec, pub min_num: c_int, pub min_den: c_int, pub max_num: c_int, pub max_den: c_int, pub def_num: c_int, pub def_den: c_int, }

Fields

Trait Implementations

impl Copy for GstParamSpecFraction
[src]

impl Clone for GstParamSpecFraction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstParamSpecFraction
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstParamSpecFraction

impl !Sync for GstParamSpecFraction