pub enum YcbcrEncoding {
None,
Rec601,
Rec709,
Rec2020,
}Expand description
YCbCr encoding
Variants§
Trait Implementations§
Source§impl Clone for YcbcrEncoding
impl Clone for YcbcrEncoding
Source§fn clone(&self) -> YcbcrEncoding
fn clone(&self) -> YcbcrEncoding
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 YcbcrEncoding
impl Debug for YcbcrEncoding
Source§impl PartialEq for YcbcrEncoding
impl PartialEq for YcbcrEncoding
impl Copy for YcbcrEncoding
impl Eq for YcbcrEncoding
impl StructuralPartialEq for YcbcrEncoding
Auto Trait Implementations§
impl Freeze for YcbcrEncoding
impl RefUnwindSafe for YcbcrEncoding
impl Send for YcbcrEncoding
impl Sync for YcbcrEncoding
impl Unpin for YcbcrEncoding
impl UnwindSafe for YcbcrEncoding
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