#[repr(C)]pub struct _GstVideoChromaResample { /* private fields */ }
Auto Trait Implementations§
impl Freeze for _GstVideoChromaResample
impl RefUnwindSafe for _GstVideoChromaResample
impl !Send for _GstVideoChromaResample
impl !Sync for _GstVideoChromaResample
impl !Unpin for _GstVideoChromaResample
impl UnwindSafe for _GstVideoChromaResample
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