Struct gstreamer_base_sys::GstAggregator
source · #[repr(C)]pub struct GstAggregator {
pub parent: GstElement,
pub srcpad: *mut GstPad,
pub priv_: *mut GstAggregatorPrivate,
pub _gst_reserved: [gpointer; 20],
}Fields
parent: GstElementsrcpad: *mut GstPadpriv_: *mut GstAggregatorPrivate_gst_reserved: [gpointer; 20]Trait Implementations
sourceimpl Clone for GstAggregator
impl Clone for GstAggregator
sourcefn clone(&self) -> GstAggregator
fn clone(&self) -> GstAggregator
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GstAggregator
impl Debug for GstAggregator
impl Copy for GstAggregator
Auto Trait Implementations
impl RefUnwindSafe for GstAggregator
impl !Send for GstAggregator
impl !Sync for GstAggregator
impl Unpin for GstAggregator
impl UnwindSafe for GstAggregator
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more