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