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: GstAggregatorinfo: GstVideoInfopriv_: *mut GstVideoAggregatorPrivate_gst_reserved: [gpointer; 20]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstVideoAggregatorimpl !Send for GstVideoAggregatorimpl !Sync for GstVideoAggregatorimpl Unpin for GstVideoAggregatorimpl UnwindSafe for GstVideoAggregatorBlanket Implementations
Mutably borrows from an owned value. Read more