Enum libwebp_sys::VP8StatusCode
[−]
[src]
#[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_OKVP8_STATUS_OUT_OF_MEMORYVP8_STATUS_INVALID_PARAMVP8_STATUS_BITSTREAM_ERRORVP8_STATUS_UNSUPPORTED_FEATUREVP8_STATUS_SUSPENDEDVP8_STATUS_USER_ABORTVP8_STATUS_NOT_ENOUGH_DATA
Trait Implementations
impl Debug for VP8StatusCode[src]
impl Copy for VP8StatusCode[src]
impl Clone for VP8StatusCode[src]
fn clone(&self) -> VP8StatusCode[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 VP8StatusCode[src]
fn eq(&self, __arg_0: &VP8StatusCode) -> 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 !=.