Struct gstreamer_controller_sys::GstTriggerControlSource [−][src]
#[repr(C)]pub struct GstTriggerControlSource { pub parent: GstTimedValueControlSource, pub priv_: *mut GstTriggerControlSourcePrivate, pub _gst_reserved: [gpointer; 4], }
Fields
parent: GstTimedValueControlSourcepriv_: *mut GstTriggerControlSourcePrivate_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstTriggerControlSourceimpl !Send for GstTriggerControlSourceimpl !Sync for GstTriggerControlSourceimpl Unpin for GstTriggerControlSourceimpl UnwindSafe for GstTriggerControlSourceBlanket Implementations
Mutably borrows from an owned value. Read more