Struct gstreamer_audio_sys::GstAudioAggregatorPad [−][src]
#[repr(C)]pub struct GstAudioAggregatorPad { pub parent: GstAggregatorPad, pub info: GstAudioInfo, pub priv_: *mut GstAudioAggregatorPadPrivate, pub _gst_reserved: [gpointer; 4], }
Fields
parent: GstAggregatorPad
info: GstAudioInfo
priv_: *mut GstAudioAggregatorPadPrivate
_gst_reserved: [gpointer; 4]
Trait Implementations
impl Copy for GstAudioAggregatorPad
[src]
impl Copy for GstAudioAggregatorPad
impl Clone for GstAudioAggregatorPad
[src]
impl Clone for GstAudioAggregatorPad
fn clone(&self) -> GstAudioAggregatorPad
[src]
fn clone(&self) -> GstAudioAggregatorPad
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 GstAudioAggregatorPad
[src]
impl Debug for GstAudioAggregatorPad
Auto Trait Implementations
impl !Send for GstAudioAggregatorPad
impl !Send for GstAudioAggregatorPad
impl !Sync for GstAudioAggregatorPad
impl !Sync for GstAudioAggregatorPad