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: GstObjectget_value: GstControlSourceGetValueget_value_array: GstControlSourceGetValueArray_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstControlSourceimpl !Send for GstControlSourceimpl !Sync for GstControlSourceimpl Unpin for GstControlSourceimpl UnwindSafe for GstControlSourceBlanket Implementations
Mutably borrows from an owned value. Read more