Enum iana_media_types::Image
source · [−]pub enum Image {
Show 73 variants
Aces,
Avci,
Avcs,
Avif,
Bmp,
Cgm,
DicomRle,
Dpx,
Emf,
Example,
Fits,
G3Fax,
Heic,
HeicSequence,
Heif,
HeifSequence,
Hej2K,
Hsj2,
Jls,
Jp2,
Jph,
Jphc,
Jpm,
Jpx,
Jxr,
JxrA,
JxrS,
Jxs,
Jxsc,
Jxsi,
Jxss,
Ktx,
Ktx2,
Naplps,
Png,
PrsBtif,
PrsPti,
PwgRaster,
SvgXml,
T38,
Tiff,
TiffFx,
VndAdobePhotoshop,
VndAirzipAcceleratorAzv,
VndCnsInf2,
VndDeceGraphic,
VndDjvu,
VndDwg,
VndDxf,
VndDvbSubtitle,
VndFastbidsheet,
VndFpx,
VndFst,
VndFujixeroxEdmicsMmr,
VndFujixeroxEdmicsRlc,
VndGlobalgraphicsPgb,
VndMicrosoftIcon,
VndMix,
VndMsModi,
VndMozillaApng,
VndNetFpx,
VndPcoB16,
VndRadiance,
VndSealedPng,
VndSealedmediaSoftsealGif,
VndSealedmediaSoftsealJpg,
VndSvf,
VndTencentTap,
VndValveSourceTexture,
VndWapWbmp,
VndXiff,
VndZbrushPcx,
Wmf,
}
Variants
Aces
image/aces
Avci
image/avci
Avcs
image/avcs
Avif
image/avif
Bmp
image/bmp
Cgm
image/cgm
DicomRle
image/dicom-rle
Dpx
image/dpx
Emf
image/emf
Example
image/example
Fits
image/fits
G3Fax
image/g3fax
Heic
image/heic
HeicSequence
image/heic-sequence
Heif
image/heif
HeifSequence
image/heif-sequence
Hej2K
image/hej2k
Hsj2
image/hsj2
Jls
image/jls
Jp2
image/jp2
Jph
image/jph
Jphc
image/jphc
Jpm
image/jpm
Jpx
image/jpx
Jxr
image/jxr
JxrA
image/jxrA
JxrS
image/jxrS
Jxs
image/jxs
Jxsc
image/jxsc
Jxsi
image/jxsi
Jxss
image/jxss
Ktx
image/ktx
Ktx2
image/ktx2
Naplps
image/naplps
Png
image/png
PrsBtif
image/prs.btif
PrsPti
image/prs.pti
PwgRaster
image/pwg-raster
SvgXml
image/svg+xml
T38
image/t38
Tiff
image/tiff
TiffFx
image/tiff-fx
VndAdobePhotoshop
image/vnd.adobe.photoshop
VndAirzipAcceleratorAzv
image/vnd.airzip.accelerator.azv
VndCnsInf2
image/vnd.cns.inf2
VndDeceGraphic
image/vnd.dece.graphic
VndDjvu
image/vnd.djvu
VndDwg
image/vnd.dwg
VndDxf
image/vnd.dxf
VndDvbSubtitle
image/vnd.dvb.subtitle
VndFastbidsheet
image/vnd.fastbidsheet
VndFpx
image/vnd.fpx
VndFst
image/vnd.fst
VndFujixeroxEdmicsMmr
image/vnd.fujixerox.edmics-mmr
VndFujixeroxEdmicsRlc
image/vnd.fujixerox.edmics-rlc
VndGlobalgraphicsPgb
image/vnd.globalgraphics.pgb
VndMicrosoftIcon
image/vnd.microsoft.icon
VndMix
image/vnd.mix
VndMsModi
image/vnd.ms-modi
VndMozillaApng
image/vnd.mozilla.apng
VndNetFpx
image/vnd.net-fpx
VndPcoB16
image/vnd.pco.b16
VndRadiance
image/vnd.radiance
VndSealedPng
image/vnd.sealed.png
VndSealedmediaSoftsealGif
image/vnd.sealedmedia.softseal.gif
VndSealedmediaSoftsealJpg
image/vnd.sealedmedia.softseal.jpg
VndSvf
image/vnd.svf
VndTencentTap
image/vnd.tencent.tap
VndValveSourceTexture
image/vnd.valve.source.texture
VndWapWbmp
image/vnd.wap.wbmp
VndXiff
image/vnd.xiff
VndZbrushPcx
image/vnd.zbrush.pcx
Wmf
image/wmf
Trait Implementations
sourceimpl<'de> Deserialize<'de> for Image
impl<'de> Deserialize<'de> for Image
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Ord for Image
impl Ord for Image
1.21.0 · sourcefn max(self, other: Self) -> Self
fn max(self, other: Self) -> Self
Compares and returns the maximum of two values. Read more
1.21.0 · sourcefn min(self, other: Self) -> Self
fn min(self, other: Self) -> Self
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Self where
Self: PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Self where
Self: PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialOrd<Image> for Image
impl PartialOrd<Image> for Image
sourcefn partial_cmp(&self, other: &Image) -> Option<Ordering>
fn partial_cmp(&self, other: &Image) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
impl Eq for Image
impl StructuralEq for Image
impl StructuralPartialEq for Image
Auto Trait Implementations
impl RefUnwindSafe for Image
impl Send for Image
impl Sync for Image
impl Unpin for Image
impl UnwindSafe for Image
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more