pub enum YUVRange {
Limited,
Full,
}
Expand description
YUV color range.
Variants§
Trait Implementations§
impl Copy for YUVRange
impl Eq for YUVRange
impl StructuralPartialEq for YUVRange
Auto Trait Implementations§
impl Freeze for YUVRange
impl RefUnwindSafe for YUVRange
impl Send for YUVRange
impl Sync for YUVRange
impl Unpin for YUVRange
impl UnwindSafe for YUVRange
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