pub enum Image {
Show 27 variants
Ext3DM,
Ext3DS,
ExtAI,
ExtBMP,
ExtDDS,
ExtDWG,
ExtDXF,
ExtEPS,
ExtGIF,
ExtGPX,
ExtJPG,
ExtJPEG,
ExtKML,
ExtKMZ,
ExtMAX,
ExtPNG,
ExtPS,
ExtPSD,
ExtSVG,
ExtTGA,
ExtTHM,
ExtTIF,
ExtTIFF,
ExtWEBP,
ExtXCF,
ExtYUV,
None,
}
Variants§
Ext3DM
Ext3DS
ExtAI
ExtBMP
ExtDDS
ExtDWG
ExtDXF
ExtEPS
ExtGIF
ExtGPX
ExtJPG
ExtJPEG
ExtKML
ExtKMZ
ExtMAX
ExtPNG
ExtPS
ExtPSD
ExtSVG
ExtTGA
ExtTHM
ExtTIF
ExtTIFF
ExtWEBP
ExtXCF
ExtYUV
None
Implementations§
Trait Implementations§
Source§impl Ord for Image
impl Ord for Image
Source§impl PartialOrd for Image
impl PartialOrd for Image
Source§impl Sequence for Image
impl Sequence for Image
impl Copy for Image
impl Eq for Image
impl StructuralPartialEq for Image
Auto Trait Implementations§
impl Freeze for Image
impl RefUnwindSafe for Image
impl Send for Image
impl Sync for Image
impl Unpin for Image
impl UnwindSafe for Image
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