Enum libwebp_sys::VP8StatusCode
source · #[repr(i32)]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§
source§impl Clone for VP8StatusCode
impl Clone for VP8StatusCode
source§fn clone(&self) -> VP8StatusCode
fn clone(&self) -> VP8StatusCode
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for VP8StatusCode
impl Debug for VP8StatusCode
source§impl Hash for VP8StatusCode
impl Hash for VP8StatusCode
source§impl PartialEq<VP8StatusCode> for VP8StatusCode
impl PartialEq<VP8StatusCode> for VP8StatusCode
source§fn eq(&self, other: &VP8StatusCode) -> bool
fn eq(&self, other: &VP8StatusCode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for VP8StatusCode
impl Eq for VP8StatusCode
impl StructuralEq for VP8StatusCode
impl StructuralPartialEq for VP8StatusCode
Auto Trait Implementations§
impl RefUnwindSafe for VP8StatusCode
impl Send for VP8StatusCode
impl Sync for VP8StatusCode
impl Unpin for VP8StatusCode
impl UnwindSafe for VP8StatusCode
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more