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: GstElementsrcpad: *mut GstPadpriv_: *mut GstAggregatorPrivate_gst_reserved: [gpointer; 20]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstAggregatorimpl !Send for GstAggregatorimpl !Sync for GstAggregatorimpl Unpin for GstAggregatorimpl UnwindSafe for GstAggregatorBlanket Implementations
Mutably borrows from an owned value. Read more