Struct gstreamer_audio_sys::GstAudioSink[][src]

#[repr(C)]
pub struct GstAudioSink { pub element: GstAudioBaseSink, pub thread: *mut GThread, pub _gst_reserved: [gpointer; 4], }

Fields

Trait Implementations

impl Copy for GstAudioSink
[src]

impl Clone for GstAudioSink
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstAudioSink
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstAudioSink

impl !Sync for GstAudioSink