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: GstAggregatorPadinfo: GstAudioInfopriv_: *mut GstAudioAggregatorPadPrivate_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstAudioAggregatorPadimpl !Send for GstAudioAggregatorPadimpl !Sync for GstAudioAggregatorPadimpl Unpin for GstAudioAggregatorPadimpl UnwindSafe for GstAudioAggregatorPadBlanket Implementations
Mutably borrows from an owned value. Read more