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
Auto Trait Implementations
impl RefUnwindSafe for GstControlSource
impl !Send for GstControlSource
impl !Sync for GstControlSource
impl Unpin for GstControlSource
impl UnwindSafe for GstControlSource
Blanket Implementations
Mutably borrows from an owned value. Read more