pub enum Emphasis {
None,
MS5015,
Reserved,
CCIT_J17,
}Expand description
A rarely-used decoder hint that the file must be de-emphasized
Variants§
Trait Implementations§
source§impl PartialEq for Emphasis
impl PartialEq for Emphasis
impl Copy for Emphasis
impl Eq for Emphasis
impl StructuralEq for Emphasis
impl StructuralPartialEq for Emphasis
Auto Trait Implementations§
impl RefUnwindSafe for Emphasis
impl Send for Emphasis
impl Sync for Emphasis
impl Unpin for Emphasis
impl UnwindSafe for Emphasis
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