Struct gstreamer_video_sys::GstVideoAggregator [−][src]
#[repr(C)]pub struct GstVideoAggregator { pub aggregator: GstAggregator, pub info: GstVideoInfo, pub priv_: *mut GstVideoAggregatorPrivate, pub _gst_reserved: [gpointer; 20], }
Fields
aggregator: GstAggregator
info: GstVideoInfo
priv_: *mut GstVideoAggregatorPrivate
_gst_reserved: [gpointer; 20]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstVideoAggregator
impl !Send for GstVideoAggregator
impl !Sync for GstVideoAggregator
impl Unpin for GstVideoAggregator
impl UnwindSafe for GstVideoAggregator
Blanket Implementations
Mutably borrows from an owned value. Read more