Enum aom_decode::color::Range
source · [−]#[repr(C)]
pub enum Range {
Limited,
Full,
}Expand description
Range of allowed values for pixels
Variants
Limited
Luma is 16-235, Chroma is 16-240
Full
0-255
Trait Implementations
sourceimpl PartialEq<Range> for Range
impl PartialEq<Range> for Range
impl Copy for Range
impl Eq for Range
impl StructuralEq for Range
impl StructuralPartialEq for Range
Auto Trait Implementations
impl RefUnwindSafe for Range
impl Send for Range
impl Sync for Range
impl Unpin for Range
impl UnwindSafe for Range
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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