#[repr(i32)]pub enum Modifier {
HighDepth = 8_192,
VerticalFlip = 4_096,
}Expand description
Some extra encoding options.
Variants§
HighDepth = 8_192
Doubles the pixel depth, from 8 to 16 bits per pixel.
VerticalFlip = 4_096
Vertically flips the image.
Auto Trait Implementations§
impl Freeze for Modifier
impl RefUnwindSafe for Modifier
impl Send for Modifier
impl Sync for Modifier
impl Unpin for Modifier
impl UnwindSafe for Modifier
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