[][src]Enum libvips::ops::ForeignWebpPreset

pub enum ForeignWebpPreset {
    Default,
    Picture,
    Photo,
    Drawing,
    Icon,
    Text,
    Last,
}

Variants

Default

Default -> VIPS_FOREIGN_WEBP_PRESET_DEFAULT = 0

Picture

Picture -> VIPS_FOREIGN_WEBP_PRESET_PICTURE = 1

Photo

Photo -> VIPS_FOREIGN_WEBP_PRESET_PHOTO = 2

Drawing

Drawing -> VIPS_FOREIGN_WEBP_PRESET_DRAWING = 3

Icon

Icon -> VIPS_FOREIGN_WEBP_PRESET_ICON = 4

Text

Text -> VIPS_FOREIGN_WEBP_PRESET_TEXT = 5

Last

Last -> VIPS_FOREIGN_WEBP_PRESET_LAST = 6

Trait Implementations

impl Clone for ForeignWebpPreset[src]

impl Copy for ForeignWebpPreset[src]

impl Debug for ForeignWebpPreset[src]

impl FromPrimitive for ForeignWebpPreset[src]

impl ToPrimitive for ForeignWebpPreset[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.