pub enum ImageMode {
None,
BMP,
JPEG,
}Expand description
Image format
Variants§
Trait Implementations§
impl Copy for ImageMode
Auto Trait Implementations§
impl Freeze for ImageMode
impl RefUnwindSafe for ImageMode
impl Send for ImageMode
impl Sync for ImageMode
impl Unpin for ImageMode
impl UnwindSafe for ImageMode
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