pub struct Yuv420p(/* private fields */);Available on crate feature
yuv-planar only.Expand description
Zero-sized marker for the YUV 4:2:0 source format. Used as the
F type parameter on MixedSinker.
Implementations§
Trait Implementations§
impl Copy for Yuv420p
impl Eq for Yuv420p
impl SourceFormat for Yuv420p
impl StructuralPartialEq for Yuv420p
Auto Trait Implementations§
impl Freeze for Yuv420p
impl RefUnwindSafe for Yuv420p
impl Send for Yuv420p
impl Sync for Yuv420p
impl Unpin for Yuv420p
impl UnsafeUnpin for Yuv420p
impl UnwindSafe for Yuv420p
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