pub enum Predictor {
None,
Tiff,
PngNone,
PngSub,
PngUp,
PngAverage,
PngPaeth,
PngOptimum,
}
Expand description
Which kind of predictor to use for a FlateDecode
or LzwDecode
stream.
Variants§
Trait Implementations§
impl Copy for Predictor
impl Eq for Predictor
impl StructuralPartialEq for Predictor
Auto Trait Implementations§
impl Freeze for Predictor
impl RefUnwindSafe for Predictor
impl Send for Predictor
impl Sync for Predictor
impl Unpin for Predictor
impl UnwindSafe for Predictor
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