#[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§
Source§impl Clone for GstAudioAggregatorPad
impl Clone for GstAudioAggregatorPad
Source§fn clone(&self) -> GstAudioAggregatorPad
fn clone(&self) -> GstAudioAggregatorPad
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GstAudioAggregatorPad
impl Debug for GstAudioAggregatorPad
impl Copy for GstAudioAggregatorPad
Auto Trait Implementations§
impl Freeze for GstAudioAggregatorPad
impl RefUnwindSafe for GstAudioAggregatorPad
impl !Send for GstAudioAggregatorPad
impl !Sync for GstAudioAggregatorPad
impl Unpin for GstAudioAggregatorPad
impl UnwindSafe for GstAudioAggregatorPad
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more