Struct gstreamer_base_sys::GstAggregator
source · #[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§
source§impl Clone for GstAggregator
impl Clone for GstAggregator
source§fn clone(&self) -> GstAggregator
fn clone(&self) -> GstAggregator
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more