Enum libwebp_sys::WebPChunkId
source · #[repr(i32)]pub enum WebPChunkId {
WEBP_CHUNK_VP8X,
WEBP_CHUNK_ICCP,
WEBP_CHUNK_ANIM,
WEBP_CHUNK_ANMF,
WEBP_CHUNK_DEPRECATED,
WEBP_CHUNK_ALPHA,
WEBP_CHUNK_IMAGE,
WEBP_CHUNK_EXIF,
WEBP_CHUNK_XMP,
WEBP_CHUNK_UNKNOWN,
WEBP_CHUNK_NIL,
}Variants§
WEBP_CHUNK_VP8X
WEBP_CHUNK_ICCP
WEBP_CHUNK_ANIM
WEBP_CHUNK_ANMF
WEBP_CHUNK_DEPRECATED
WEBP_CHUNK_ALPHA
WEBP_CHUNK_IMAGE
WEBP_CHUNK_EXIF
WEBP_CHUNK_XMP
WEBP_CHUNK_UNKNOWN
WEBP_CHUNK_NIL
Trait Implementations§
source§impl Clone for WebPChunkId
impl Clone for WebPChunkId
source§fn clone(&self) -> WebPChunkId
fn clone(&self) -> WebPChunkId
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 WebPChunkId
impl Debug for WebPChunkId
source§impl Hash for WebPChunkId
impl Hash for WebPChunkId
source§impl PartialEq<WebPChunkId> for WebPChunkId
impl PartialEq<WebPChunkId> for WebPChunkId
source§fn eq(&self, other: &WebPChunkId) -> bool
fn eq(&self, other: &WebPChunkId) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for WebPChunkId
impl Eq for WebPChunkId
impl StructuralEq for WebPChunkId
impl StructuralPartialEq for WebPChunkId
Auto Trait Implementations§
impl RefUnwindSafe for WebPChunkId
impl Send for WebPChunkId
impl Sync for WebPChunkId
impl Unpin for WebPChunkId
impl UnwindSafe for WebPChunkId
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