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: GstAggregatorPadinfo: GstVideoInfopriv_: *mut GstVideoAggregatorPadPrivate_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstVideoAggregatorPadimpl !Send for GstVideoAggregatorPadimpl !Sync for GstVideoAggregatorPadimpl Unpin for GstVideoAggregatorPadimpl UnwindSafe for GstVideoAggregatorPadBlanket Implementations
Mutably borrows from an owned value. Read more