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: GstAudioBaseSinkthread: *mut GThread_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstAudioSinkimpl !Send for GstAudioSinkimpl !Sync for GstAudioSinkimpl Unpin for GstAudioSinkimpl UnwindSafe for GstAudioSinkBlanket Implementations
Mutably borrows from an owned value. Read more