pub struct Yuva422p10<const BE: bool = false>(/* private fields */);Available on crate feature
yuva only.Expand description
Zero‑sized marker for the YUVA 4:2:2 10‑bit source format.
Implementations§
Trait Implementations§
Source§impl<const BE: bool> Clone for Yuva422p10<BE>
impl<const BE: bool> Clone for Yuva422p10<BE>
Source§fn clone(&self) -> Yuva422p10<BE>
fn clone(&self) -> Yuva422p10<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 Yuva422p10<BE>
Source§impl<const BE: bool> Debug for Yuva422p10<BE>
impl<const BE: bool> Debug for Yuva422p10<BE>
Source§impl<const BE: bool> Default for Yuva422p10<BE>
impl<const BE: bool> Default for Yuva422p10<BE>
Source§fn default() -> Yuva422p10<BE>
fn default() -> Yuva422p10<BE>
Returns the “default value” for a type. Read more
impl<const BE: bool> Eq for Yuva422p10<BE>
Source§impl<const BE: bool> Hash for Yuva422p10<BE>
impl<const BE: bool> Hash for Yuva422p10<BE>
Source§impl<const BE: bool> PartialEq for Yuva422p10<BE>
impl<const BE: bool> PartialEq for Yuva422p10<BE>
impl<const BE: bool> SourceFormat for Yuva422p10<BE>
impl<const BE: bool> StructuralPartialEq for Yuva422p10<BE>
Auto Trait Implementations§
impl<const BE: bool> Freeze for Yuva422p10<BE>
impl<const BE: bool> RefUnwindSafe for Yuva422p10<BE>
impl<const BE: bool> Send for Yuva422p10<BE>
impl<const BE: bool> Sync for Yuva422p10<BE>
impl<const BE: bool> Unpin for Yuva422p10<BE>
impl<const BE: bool> UnsafeUnpin for Yuva422p10<BE>
impl<const BE: bool> UnwindSafe for Yuva422p10<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