Enum rich_sdl2_image_rust::format::ImgFormat [−][src]
pub enum ImgFormat {
Show 14 variants
Bmp,
Cur,
Gif,
Ico,
Jpeg,
Lbm,
Pcx,
Png,
Pnm,
Tiff,
Xcf,
Xpm,
Xv,
WebP,
}Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ImgFormat
impl UnwindSafe for ImgFormat
Blanket Implementations
Mutably borrows from an owned value. Read more