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: 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)