Enum libwebp_sys::WebPMuxError
source · #[repr(i32)]pub enum WebPMuxError {
WEBP_MUX_OK,
WEBP_MUX_NOT_FOUND,
WEBP_MUX_INVALID_ARGUMENT,
WEBP_MUX_BAD_DATA,
WEBP_MUX_MEMORY_ERROR,
WEBP_MUX_NOT_ENOUGH_DATA,
}Variants§
WEBP_MUX_OK
WEBP_MUX_NOT_FOUND
WEBP_MUX_INVALID_ARGUMENT
WEBP_MUX_BAD_DATA
WEBP_MUX_MEMORY_ERROR
WEBP_MUX_NOT_ENOUGH_DATA
Trait Implementations§
source§impl Clone for WebPMuxError
impl Clone for WebPMuxError
source§fn clone(&self) -> WebPMuxError
fn clone(&self) -> WebPMuxError
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 WebPMuxError
impl Debug for WebPMuxError
source§impl Hash for WebPMuxError
impl Hash for WebPMuxError
source§impl PartialEq<WebPMuxError> for WebPMuxError
impl PartialEq<WebPMuxError> for WebPMuxError
source§fn eq(&self, other: &WebPMuxError) -> bool
fn eq(&self, other: &WebPMuxError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for WebPMuxError
impl Eq for WebPMuxError
impl StructuralEq for WebPMuxError
impl StructuralPartialEq for WebPMuxError
Auto Trait Implementations§
impl RefUnwindSafe for WebPMuxError
impl Send for WebPMuxError
impl Sync for WebPMuxError
impl Unpin for WebPMuxError
impl UnwindSafe for WebPMuxError
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