pub struct Yuva444p10<const BE: bool = false>(/* private fields */);Expand description
Zero‑sized marker for the YUVA 4:4:4 10‑bit source format.
Implementations§
Source§impl<const BE: bool> Yuva444p10<BE>
impl<const BE: bool> Yuva444p10<BE>
Sourcepub const fn new() -> Yuva444p10<BE>
pub const fn new() -> Yuva444p10<BE>
Constructs the marker. Zero-cost — this is a ZST.
Trait Implementations§
Source§impl<const BE: bool> Clone for Yuva444p10<BE>
impl<const BE: bool> Clone for Yuva444p10<BE>
Source§fn clone(&self) -> Yuva444p10<BE>
fn clone(&self) -> Yuva444p10<BE>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<const BE: bool> Copy for Yuva444p10<BE>
Source§impl<const BE: bool> Debug for Yuva444p10<BE>
impl<const BE: bool> Debug for Yuva444p10<BE>
Source§impl<const BE: bool> Default for Yuva444p10<BE>
impl<const BE: bool> Default for Yuva444p10<BE>
Source§fn default() -> Yuva444p10<BE>
fn default() -> Yuva444p10<BE>
Returns the “default value” for a type. Read more
impl<const BE: bool> Eq for Yuva444p10<BE>
Source§impl<const BE: bool> Hash for Yuva444p10<BE>
impl<const BE: bool> Hash for Yuva444p10<BE>
Source§impl<const BE: bool> PartialEq for Yuva444p10<BE>
impl<const BE: bool> PartialEq for Yuva444p10<BE>
Source§fn eq(&self, other: &Yuva444p10<BE>) -> bool
fn eq(&self, other: &Yuva444p10<BE>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<const BE: bool> SourceFormat for Yuva444p10<BE>
impl<const BE: bool> StructuralPartialEq for Yuva444p10<BE>
Auto Trait Implementations§
impl<const BE: bool> Freeze for Yuva444p10<BE>
impl<const BE: bool> RefUnwindSafe for Yuva444p10<BE>
impl<const BE: bool> Send for Yuva444p10<BE>
impl<const BE: bool> Sync for Yuva444p10<BE>
impl<const BE: bool> Unpin for Yuva444p10<BE>
impl<const BE: bool> UnsafeUnpin for Yuva444p10<BE>
impl<const BE: bool> UnwindSafe for Yuva444p10<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