#[repr(C)]pub struct GstAggregator {
pub parent: GstElement,
pub srcpad: *mut GstPad,
pub priv_: *mut GstAggregatorPrivate,
pub _gst_reserved: [gpointer; 20],
}
Fields§
§parent: GstElement
§srcpad: *mut GstPad
§priv_: *mut GstAggregatorPrivate
§_gst_reserved: [gpointer; 20]
Trait Implementations§
Source§impl Clone for GstAggregator
impl Clone for GstAggregator
Source§fn clone(&self) -> GstAggregator
fn clone(&self) -> GstAggregator
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 GstAggregator
impl Debug for GstAggregator
impl Copy for GstAggregator
Auto Trait Implementations§
impl Freeze for GstAggregator
impl RefUnwindSafe for GstAggregator
impl !Send for GstAggregator
impl !Sync for GstAggregator
impl Unpin for GstAggregator
impl UnwindSafe for GstAggregator
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