pub enum YUVRange {
Limited,
Full,
}Expand description
YUV color range.
Variants
Limited
Pixels in the range [16, 235].
Full
Pixels in the range [0, 255].
Trait Implementations
sourceimpl PartialEq<YUVRange> for YUVRange
impl PartialEq<YUVRange> for YUVRange
impl Copy for YUVRange
impl Eq for YUVRange
impl StructuralEq for YUVRange
impl StructuralPartialEq for YUVRange
Auto Trait Implementations
impl RefUnwindSafe for YUVRange
impl Send for YUVRange
impl Sync for YUVRange
impl Unpin for YUVRange
impl UnwindSafe for YUVRange
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more