#[repr(C)]pub struct GstVideoAggregatorParallelConvertPad {
pub parent_instance: GstVideoAggregatorConvertPad,
}Fields§
§parent_instance: GstVideoAggregatorConvertPadTrait Implementations§
impl Copy for GstVideoAggregatorParallelConvertPad
Auto Trait Implementations§
impl !Send for GstVideoAggregatorParallelConvertPad
impl !Sync for GstVideoAggregatorParallelConvertPad
impl Freeze for GstVideoAggregatorParallelConvertPad
impl RefUnwindSafe for GstVideoAggregatorParallelConvertPad
impl Unpin for GstVideoAggregatorParallelConvertPad
impl UnsafeUnpin for GstVideoAggregatorParallelConvertPad
impl UnwindSafe for GstVideoAggregatorParallelConvertPad
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