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