#[repr(u32)]pub enum AVColorRange {
AVCOL_RANGE_UNSPECIFIED = 0,
AVCOL_RANGE_MPEG = 1,
AVCOL_RANGE_JPEG = 2,
AVCOL_RANGE_NB = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for AVColorRange
impl Clone for AVColorRange
Source§fn clone(&self) -> AVColorRange
fn clone(&self) -> AVColorRange
Returns a copy 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 AVColorRange
impl Debug for AVColorRange
Source§impl Hash for AVColorRange
impl Hash for AVColorRange
Source§impl PartialEq for AVColorRange
impl PartialEq for AVColorRange
impl Copy for AVColorRange
impl Eq for AVColorRange
impl StructuralPartialEq for AVColorRange
Auto Trait Implementations§
impl Freeze for AVColorRange
impl RefUnwindSafe for AVColorRange
impl Send for AVColorRange
impl Sync for AVColorRange
impl Unpin for AVColorRange
impl UnwindSafe for AVColorRange
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