Enum yuvutils_rs::YuvStandardMatrix
source · #[repr(C)]pub enum YuvStandardMatrix {
Bt601 = 0,
Bt709 = 1,
Bt2020 = 2,
Smpte240 = 3,
}
Variants§
Trait Implementations§
source§impl Clone for YuvStandardMatrix
impl Clone for YuvStandardMatrix
source§fn clone(&self) -> YuvStandardMatrix
fn clone(&self) -> YuvStandardMatrix
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq for YuvStandardMatrix
impl PartialEq for YuvStandardMatrix
source§fn eq(&self, other: &YuvStandardMatrix) -> bool
fn eq(&self, other: &YuvStandardMatrix) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for YuvStandardMatrix
impl PartialOrd for YuvStandardMatrix
source§fn partial_cmp(&self, other: &YuvStandardMatrix) -> Option<Ordering>
fn partial_cmp(&self, other: &YuvStandardMatrix) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for YuvStandardMatrix
impl StructuralPartialEq for YuvStandardMatrix
Auto Trait Implementations§
impl Freeze for YuvStandardMatrix
impl RefUnwindSafe for YuvStandardMatrix
impl Send for YuvStandardMatrix
impl Sync for YuvStandardMatrix
impl Unpin for YuvStandardMatrix
impl UnwindSafe for YuvStandardMatrix
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