Enum libwebp_sys::WebPEncodingError
[−]
[src]
#[repr(u32)]pub enum WebPEncodingError { VP8_ENC_OK, VP8_ENC_ERROR_OUT_OF_MEMORY, VP8_ENC_ERROR_BITSTREAM_OUT_OF_MEMORY, VP8_ENC_ERROR_NULL_PARAMETER, VP8_ENC_ERROR_INVALID_CONFIGURATION, VP8_ENC_ERROR_BAD_DIMENSION, VP8_ENC_ERROR_PARTITION0_OVERFLOW, VP8_ENC_ERROR_PARTITION_OVERFLOW, VP8_ENC_ERROR_BAD_WRITE, VP8_ENC_ERROR_FILE_TOO_BIG, VP8_ENC_ERROR_USER_ABORT, VP8_ENC_ERROR_LAST, }
Variants
VP8_ENC_OKVP8_ENC_ERROR_OUT_OF_MEMORYVP8_ENC_ERROR_BITSTREAM_OUT_OF_MEMORYVP8_ENC_ERROR_NULL_PARAMETERVP8_ENC_ERROR_INVALID_CONFIGURATIONVP8_ENC_ERROR_BAD_DIMENSIONVP8_ENC_ERROR_PARTITION0_OVERFLOWVP8_ENC_ERROR_PARTITION_OVERFLOWVP8_ENC_ERROR_BAD_WRITEVP8_ENC_ERROR_FILE_TOO_BIGVP8_ENC_ERROR_USER_ABORTVP8_ENC_ERROR_LAST
Trait Implementations
impl Debug for WebPEncodingError[src]
impl Copy for WebPEncodingError[src]
impl Clone for WebPEncodingError[src]
fn clone(&self) -> WebPEncodingError[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl PartialEq for WebPEncodingError[src]
fn eq(&self, __arg_0: &WebPEncodingError) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.