Struct gstreamer_sys::GstControlSource
source · #[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§
source§impl Clone for GstControlSource
impl Clone for GstControlSource
source§fn clone(&self) -> GstControlSource
fn clone(&self) -> GstControlSource
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more