Struct gstreamer_audio_sys::GstAudioAggregatorConvertPad [−][src]
#[repr(C)]pub struct GstAudioAggregatorConvertPad { pub parent: GstAudioAggregatorPad, pub priv_: *mut GstAudioAggregatorConvertPadPrivate, pub _gst_reserved: [gpointer; 4], }
Fields
parent: GstAudioAggregatorPad
priv_: *mut GstAudioAggregatorConvertPadPrivate
_gst_reserved: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl !Send for GstAudioAggregatorConvertPad
impl !Sync for GstAudioAggregatorConvertPad
impl Unpin for GstAudioAggregatorConvertPad
impl UnwindSafe for GstAudioAggregatorConvertPad
Blanket Implementations
Mutably borrows from an owned value. Read more