Struct GstVideo Aggregator Convert Pad
Source #[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§
Source§impl Clone for GstVideoAggregatorConvertPad
impl Clone for GstVideoAggregatorConvertPad
Source§fn clone(&self) -> GstVideoAggregatorConvertPad
fn clone(&self) -> GstVideoAggregatorConvertPad
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GstVideoAggregatorConvertPad
Auto Trait Implementations§
impl !Send for GstVideoAggregatorConvertPad
impl !Sync for GstVideoAggregatorConvertPad
impl Freeze for GstVideoAggregatorConvertPad
impl RefUnwindSafe for GstVideoAggregatorConvertPad
impl Unpin for GstVideoAggregatorConvertPad
impl UnsafeUnpin for GstVideoAggregatorConvertPad
impl UnwindSafe for GstVideoAggregatorConvertPad
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more