pub enum YuvMatrix {
Bt601,
Bt709,
Bt2020,
}Variants§
Trait Implementations§
impl Copy for YuvMatrix
impl Eq for YuvMatrix
impl StructuralPartialEq for YuvMatrix
Auto Trait Implementations§
impl Freeze for YuvMatrix
impl RefUnwindSafe for YuvMatrix
impl Send for YuvMatrix
impl Sync for YuvMatrix
impl Unpin for YuvMatrix
impl UnsafeUnpin for YuvMatrix
impl UnwindSafe for YuvMatrix
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