Struct gstreamer_audio_sys::GstAudioSrc[][src]

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

Fields

Trait Implementations

impl Copy for GstAudioSrc
[src]

impl Clone for GstAudioSrc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstAudioSrc
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstAudioSrc

impl !Sync for GstAudioSrc