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
Auto Trait Implementations
impl RefUnwindSafe for GstAggregator
impl !Send for GstAggregator
impl !Sync for GstAggregator
impl Unpin for GstAggregator
impl UnwindSafe for GstAggregator
Blanket Implementations
Mutably borrows from an owned value. Read more