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: GstAudioBaseSrc
thread: *mut GThread
_gst_reserved: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstAudioSrc
impl !Send for GstAudioSrc
impl !Sync for GstAudioSrc
impl Unpin for GstAudioSrc
impl UnwindSafe for GstAudioSrc
Blanket Implementations
Mutably borrows from an owned value. Read more