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