pub enum Range {
Unspecified,
MPEG,
JPEG,
}Variants§
Implementations§
Trait Implementations§
Source§impl From<AVColorRange> for Range
impl From<AVColorRange> for Range
Source§fn from(value: AVColorRange) -> Self
fn from(value: AVColorRange) -> Self
Converts to this type from the input type.
Source§impl From<Range> for AVColorRange
impl From<Range> for AVColorRange
Source§fn from(value: Range) -> AVColorRange
fn from(value: Range) -> AVColorRange
Converts to this type from the input type.
impl Copy for Range
impl Eq for Range
impl StructuralPartialEq for Range
Auto Trait Implementations§
impl Freeze for Range
impl RefUnwindSafe for Range
impl Send for Range
impl Sync for Range
impl Unpin for Range
impl UnwindSafe for Range
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