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