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