pub enum EncodedImageFormat {
Show 14 variants
BMP = 0,
GIF = 1,
ICO = 2,
JPEG = 3,
PNG = 4,
WBMP = 5,
WEBP = 6,
PKM = 7,
KTX = 8,
ASTC = 9,
DNG = 10,
HEIF = 11,
AVIF = 12,
JPEGXL = 13,
}
Variants§
BMP = 0
GIF = 1
ICO = 2
JPEG = 3
PNG = 4
WBMP = 5
WEBP = 6
PKM = 7
KTX = 8
ASTC = 9
DNG = 10
HEIF = 11
AVIF = 12
JPEGXL = 13
Auto Trait Implementations§
impl Freeze for EncodedImageFormat
impl RefUnwindSafe for EncodedImageFormat
impl Send for EncodedImageFormat
impl Sync for EncodedImageFormat
impl Unpin for EncodedImageFormat
impl UnwindSafe for EncodedImageFormat
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