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

Trait Implementations

impl Copy for GstAggregatorPad
[src]

impl Clone for GstAggregatorPad
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstAggregatorPad
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstAggregatorPad

impl !Sync for GstAggregatorPad