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