pub struct Yuva422p9<const BE: bool = false>(/* private fields */);Available on crate feature
yuva only.Expand description
Zero‑sized marker for the YUVA 4:2:2 9‑bit source format.
Implementations§
Trait Implementations§
impl<const BE: bool> Copy for Yuva422p9<BE>
impl<const BE: bool> Eq for Yuva422p9<BE>
impl<const BE: bool> SourceFormat for Yuva422p9<BE>
impl<const BE: bool> StructuralPartialEq for Yuva422p9<BE>
Auto Trait Implementations§
impl<const BE: bool> Freeze for Yuva422p9<BE>
impl<const BE: bool> RefUnwindSafe for Yuva422p9<BE>
impl<const BE: bool> Send for Yuva422p9<BE>
impl<const BE: bool> Sync for Yuva422p9<BE>
impl<const BE: bool> Unpin for Yuva422p9<BE>
impl<const BE: bool> UnsafeUnpin for Yuva422p9<BE>
impl<const BE: bool> UnwindSafe for Yuva422p9<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