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
parent: GstObject
get_value: GstControlSourceGetValue
get_value_array: GstControlSourceGetValueArray
_gst_reserved: [gpointer; 4]
Trait Implementations
impl Copy for GstControlSource
[src]
impl Copy for GstControlSource
impl Clone for GstControlSource
[src]
impl Clone for GstControlSource
fn clone(&self) -> GstControlSource
[src]
fn clone(&self) -> GstControlSource
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GstControlSource
[src]
impl Debug for GstControlSource
Auto Trait Implementations
impl !Send for GstControlSource
impl !Send for GstControlSource
impl !Sync for GstControlSource
impl !Sync for GstControlSource