Enum rust_raylib::texture::ImageFileFormat
source · pub enum ImageFileFormat {
Show 15 variants
Png,
Bmp,
Tga,
Jpg,
Gif,
Pic,
Pnm,
Psd,
Hdr,
Qoi,
Dds,
Pkm,
Ktx,
Pvr,
Astc,
}Expand description
Image file format
Variants§
Png
PNG
Bmp
BMP
Tga
TGA
Jpg
JPEG
Gif
GIF
Pic
PIC
Pnm
PNM
Psd
PSD
Hdr
HDR
Qoi
QOI
Dds
DDS
Pkm
PKM
Ktx
KTX
Pvr
PVR
Astc
ASTC
Trait Implementations§
source§impl Clone for ImageFileFormat
impl Clone for ImageFileFormat
source§fn clone(&self) -> ImageFileFormat
fn clone(&self) -> ImageFileFormat
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ImageFileFormat
impl Debug for ImageFileFormat
source§impl PartialEq for ImageFileFormat
impl PartialEq for ImageFileFormat
source§fn eq(&self, other: &ImageFileFormat) -> bool
fn eq(&self, other: &ImageFileFormat) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ImageFileFormat
impl Eq for ImageFileFormat
impl StructuralEq for ImageFileFormat
impl StructuralPartialEq for ImageFileFormat
Auto Trait Implementations§
impl RefUnwindSafe for ImageFileFormat
impl Send for ImageFileFormat
impl Sync for ImageFileFormat
impl Unpin for ImageFileFormat
impl UnwindSafe for ImageFileFormat
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