[][src]Enum libwebp_sys::VP8StatusCode

#[repr(u32)]pub enum VP8StatusCode {
    VP8_STATUS_OK,
    VP8_STATUS_OUT_OF_MEMORY,
    VP8_STATUS_INVALID_PARAM,
    VP8_STATUS_BITSTREAM_ERROR,
    VP8_STATUS_UNSUPPORTED_FEATURE,
    VP8_STATUS_SUSPENDED,
    VP8_STATUS_USER_ABORT,
    VP8_STATUS_NOT_ENOUGH_DATA,
}

Variants

VP8_STATUS_OK
VP8_STATUS_OUT_OF_MEMORY
VP8_STATUS_INVALID_PARAM
VP8_STATUS_BITSTREAM_ERROR
VP8_STATUS_UNSUPPORTED_FEATURE
VP8_STATUS_SUSPENDED
VP8_STATUS_USER_ABORT
VP8_STATUS_NOT_ENOUGH_DATA

Trait Implementations

impl Clone for VP8StatusCode[src]

impl Copy for VP8StatusCode[src]

impl Debug for VP8StatusCode[src]

impl Eq for VP8StatusCode[src]

impl Hash for VP8StatusCode[src]

impl PartialEq<VP8StatusCode> for VP8StatusCode[src]

impl StructuralEq for VP8StatusCode[src]

impl StructuralPartialEq for VP8StatusCode[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.