Struct gstreamer_audio_sys::GstAudioDecoder [−][src]
#[repr(C)]pub struct GstAudioDecoder { pub element: GstElement, pub sinkpad: *mut GstPad, pub srcpad: *mut GstPad, pub stream_lock: GRecMutex, pub input_segment: GstSegment, pub output_segment: GstSegment, pub priv_: *mut GstAudioDecoderPrivate, pub _gst_reserved: [gpointer; 20], }
Fields
element: GstElement
sinkpad: *mut GstPad
srcpad: *mut GstPad
stream_lock: GRecMutex
input_segment: GstSegment
output_segment: GstSegment
priv_: *mut GstAudioDecoderPrivate
_gst_reserved: [gpointer; 20]
Trait Implementations
impl Copy for GstAudioDecoder
[src]
impl Copy for GstAudioDecoder
impl Clone for GstAudioDecoder
[src]
impl Clone for GstAudioDecoder
fn clone(&self) -> GstAudioDecoder
[src]
fn clone(&self) -> GstAudioDecoder
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GstAudioDecoder
[src]
impl Debug for GstAudioDecoder
Auto Trait Implementations
impl !Send for GstAudioDecoder
impl !Send for GstAudioDecoder
impl !Sync for GstAudioDecoder
impl !Sync for GstAudioDecoder