[][src]Enum libvips::ops::Coding

pub enum Coding {
    Error,
    None,
    Labq,
    Rad,
    Last,
}

Variants

Error

Error -> VIPS_CODING_ERROR = -1

None

None -> VIPS_CODING_NONE = 0

Labq

Labq -> VIPS_CODING_LABQ = 2

Rad

Rad -> VIPS_CODING_RAD = 6

Last

Last -> VIPS_CODING_LAST = 7

Trait Implementations

impl Clone for Coding[src]

impl Copy for Coding[src]

impl Debug for Coding[src]

impl FromPrimitive for Coding[src]

impl ToPrimitive for Coding[src]

Auto Trait Implementations

impl RefUnwindSafe for Coding

impl Send for Coding

impl Sync for Coding

impl Unpin for Coding

impl UnwindSafe for Coding

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.