#[repr(C)]pub struct GstVideoAggregatorParallelConvertPadClass {
pub parent_class: GstVideoAggregatorConvertPadClass,
pub _gst_reserved: [gpointer; 4],
}Fields§
§parent_class: GstVideoAggregatorConvertPadClass§_gst_reserved: [gpointer; 4]Trait Implementations§
impl Copy for GstVideoAggregatorParallelConvertPadClass
Auto Trait Implementations§
impl !Send for GstVideoAggregatorParallelConvertPadClass
impl !Sync for GstVideoAggregatorParallelConvertPadClass
impl Freeze for GstVideoAggregatorParallelConvertPadClass
impl RefUnwindSafe for GstVideoAggregatorParallelConvertPadClass
impl Unpin for GstVideoAggregatorParallelConvertPadClass
impl UnsafeUnpin 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