pub enum ChromaFormat {
Mono,
Chroma420,
Chroma422,
Chroma444,
}Variants§
Trait Implementations§
Source§impl Clone for ChromaFormat
impl Clone for ChromaFormat
Source§fn clone(&self) -> ChromaFormat
fn clone(&self) -> ChromaFormat
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 ChromaFormat
impl Debug for ChromaFormat
Source§impl TryFrom<u32> for ChromaFormat
impl TryFrom<u32> for ChromaFormat
impl Copy for ChromaFormat
Auto Trait Implementations§
impl Freeze for ChromaFormat
impl RefUnwindSafe for ChromaFormat
impl Send for ChromaFormat
impl Sync for ChromaFormat
impl Unpin for ChromaFormat
impl UnwindSafe for ChromaFormat
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