Struct gstreamer_base_sys::GstAggregatorPad [−][src]
#[repr(C)]pub struct GstAggregatorPad { pub parent: GstPad, pub segment: GstSegment, pub priv_: *mut GstAggregatorPadPrivate, pub _gst_reserved: [gpointer; 4], }
Fields
parent: GstPad
segment: GstSegment
priv_: *mut GstAggregatorPadPrivate
_gst_reserved: [gpointer; 4]
Trait Implementations
impl Copy for GstAggregatorPad[src]
impl Copy for GstAggregatorPadimpl Clone for GstAggregatorPad[src]
impl Clone for GstAggregatorPadfn clone(&self) -> GstAggregatorPad[src]
fn clone(&self) -> GstAggregatorPadReturns 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 GstAggregatorPad[src]
impl Debug for GstAggregatorPadAuto Trait Implementations
impl !Send for GstAggregatorPad
impl !Send for GstAggregatorPadimpl !Sync for GstAggregatorPad
impl !Sync for GstAggregatorPad