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

Trait Implementations

impl Copy for GstAggregator
[src]

impl Clone for GstAggregator
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstAggregator
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstAggregator

impl !Sync for GstAggregator