Struct gstreamer_controller_sys::GstTimedValueControlSource [−][src]
#[repr(C)]pub struct GstTimedValueControlSource { pub parent: GstControlSource, pub lock: GMutex, pub values: *mut GSequence, pub nvalues: c_int, pub valid_cache: gboolean, pub priv_: *mut GstTimedValueControlSourcePrivate, pub _gst_reserved: [gpointer; 4], }
Fields
parent: GstControlSourcelock: GMutexvalues: *mut GSequencenvalues: c_intvalid_cache: gbooleanpriv_: *mut GstTimedValueControlSourcePrivate_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstTimedValueControlSourceimpl !Send for GstTimedValueControlSourceimpl !Sync for GstTimedValueControlSourceimpl Unpin for GstTimedValueControlSourceimpl UnwindSafe for GstTimedValueControlSourceBlanket Implementations
Mutably borrows from an owned value. Read more