Struct gstreamer_base_sys::GstAggregator [−][src]
#[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
impl Copy for GstAggregator
[src]
impl Copy for GstAggregator
impl Clone for GstAggregator
[src]
impl Clone for GstAggregator
fn clone(&self) -> GstAggregator
[src]
fn clone(&self) -> GstAggregator
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GstAggregator
[src]
impl Debug for GstAggregator
Auto Trait Implementations
impl !Send for GstAggregator
impl !Send for GstAggregator
impl !Sync for GstAggregator
impl !Sync for GstAggregator