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
Auto Trait Implementations
impl RefUnwindSafe for GstAudioAggregatorPad
impl !Send for GstAudioAggregatorPad
impl !Sync for GstAudioAggregatorPad
impl Unpin for GstAudioAggregatorPad
impl UnwindSafe for GstAudioAggregatorPad
Blanket Implementations
Mutably borrows from an owned value. Read more