pub struct Yuv422p12<const BE: bool = false>(/* private fields */);Expand description
Zero‑sized marker for the YUV 4:2:2 12‑bit source format.
Implementations§
Trait Implementations§
impl<const BE: bool> Copy for Yuv422p12<BE>
impl<const BE: bool> Eq for Yuv422p12<BE>
Source§impl<const BE: bool> PartialEq for Yuv422p12<BE>
impl<const BE: bool> PartialEq for Yuv422p12<BE>
impl<const BE: bool> SourceFormat for Yuv422p12<BE>
impl<const BE: bool> StructuralPartialEq for Yuv422p12<BE>
Auto Trait Implementations§
impl<const BE: bool> Freeze for Yuv422p12<BE>
impl<const BE: bool> RefUnwindSafe for Yuv422p12<BE>
impl<const BE: bool> Send for Yuv422p12<BE>
impl<const BE: bool> Sync for Yuv422p12<BE>
impl<const BE: bool> Unpin for Yuv422p12<BE>
impl<const BE: bool> UnsafeUnpin for Yuv422p12<BE>
impl<const BE: bool> UnwindSafe for Yuv422p12<BE>
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