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