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 GstAggregatorimpl Clone for GstAggregator[src]
impl Clone for GstAggregatorfn clone(&self) -> GstAggregator[src]
fn clone(&self) -> GstAggregatorReturns 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 GstAggregatorAuto Trait Implementations
impl !Send for GstAggregator
impl !Send for GstAggregatorimpl !Sync for GstAggregator
impl !Sync for GstAggregator