Struct gstreamer_audio_sys::GstAudioSrc [−][src]
#[repr(C)]pub struct GstAudioSrc { pub element: GstAudioBaseSrc, pub thread: *mut GThread, pub _gst_reserved: [gpointer; 4], }
Fields
element: GstAudioBaseSrcthread: *mut GThread_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstAudioSrcimpl !Send for GstAudioSrcimpl !Sync for GstAudioSrcimpl Unpin for GstAudioSrcimpl UnwindSafe for GstAudioSrcBlanket Implementations
Mutably borrows from an owned value. Read more