Struct gstreamer_sys::GstControlSource[][src]

#[repr(C)]
pub struct GstControlSource { pub parent: GstObject, pub get_value: GstControlSourceGetValue, pub get_value_array: GstControlSourceGetValueArray, pub _gst_reserved: [gpointer; 4], }

Fields

Trait Implementations

impl Copy for GstControlSource
[src]

impl Clone for GstControlSource
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstControlSource
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstControlSource

impl !Sync for GstControlSource