pub enum MatrixCoefficients {
Invalid,
Unspecified,
Unsupported,
BT709,
BT601_525,
BT601_625,
}
Variants§
Trait Implementations§
Source§impl Clone for MatrixCoefficients
impl Clone for MatrixCoefficients
Source§fn clone(&self) -> MatrixCoefficients
fn clone(&self) -> MatrixCoefficients
Returns a duplicate 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 Debug for MatrixCoefficients
impl Debug for MatrixCoefficients
Source§impl From<MatrixCoefficients> for MatrixCoefficients
impl From<MatrixCoefficients> for MatrixCoefficients
Source§fn from(value: MatrixCoefficients) -> Self
fn from(value: MatrixCoefficients) -> Self
Converts to this type from the input type.
Source§impl From<MatrixCoefficients> for MatrixCoefficients
impl From<MatrixCoefficients> for MatrixCoefficients
Source§fn from(value: MatrixCoefficients) -> Self
fn from(value: MatrixCoefficients) -> Self
Converts to this type from the input type.
Source§impl From<MatrixCoefficients> for MatrixCoefficients
impl From<MatrixCoefficients> for MatrixCoefficients
Source§fn from(value: MatrixCoefficients) -> Self
fn from(value: MatrixCoefficients) -> Self
Converts to this type from the input type.
impl Copy for MatrixCoefficients
Auto Trait Implementations§
impl Freeze for MatrixCoefficients
impl RefUnwindSafe for MatrixCoefficients
impl Send for MatrixCoefficients
impl Sync for MatrixCoefficients
impl Unpin for MatrixCoefficients
impl UnwindSafe for MatrixCoefficients
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