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: GstAggregatorcurrent_caps: *mut GstCapspriv_: *mut GstAudioAggregatorPrivate_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstAudioAggregatorimpl !Send for GstAudioAggregatorimpl !Sync for GstAudioAggregatorimpl Unpin for GstAudioAggregatorimpl UnwindSafe for GstAudioAggregatorBlanket Implementations
Mutably borrows from an owned value. Read more