Struct GstVideoAggregatorParallelConvertPadClass
Source#[repr(C)]pub struct GstVideoAggregatorParallelConvertPadClass {
pub parent_class: GstVideoAggregatorConvertPadClass,
pub _gst_reserved: [gpointer; 4],
}
Fields§
§parent_class: GstVideoAggregatorConvertPadClass
§_gst_reserved: [gpointer; 4]
Trait Implementations§
Source§impl Clone for GstVideoAggregatorParallelConvertPadClass
impl Clone for GstVideoAggregatorParallelConvertPadClass
Source§fn clone(&self) -> GstVideoAggregatorParallelConvertPadClass
fn clone(&self) -> GstVideoAggregatorParallelConvertPadClass
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for GstVideoAggregatorParallelConvertPadClass
Auto Trait Implementations§
impl Freeze for GstVideoAggregatorParallelConvertPadClass
impl RefUnwindSafe for GstVideoAggregatorParallelConvertPadClass
impl !Send for GstVideoAggregatorParallelConvertPadClass
impl !Sync for GstVideoAggregatorParallelConvertPadClass
impl Unpin for GstVideoAggregatorParallelConvertPadClass
impl UnwindSafe for GstVideoAggregatorParallelConvertPadClass
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