pub enum WebpFormat {
Undefined = 0,
Lossy = 1,
Lossless = 2,
}Variants§
Trait Implementations§
Source§impl Clone for WebpFormat
impl Clone for WebpFormat
Source§fn clone(&self) -> WebpFormat
fn clone(&self) -> WebpFormat
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WebpFormat
Source§impl Debug for WebpFormat
impl Debug for WebpFormat
impl Eq for WebpFormat
Source§impl PartialEq for WebpFormat
impl PartialEq for WebpFormat
Source§fn eq(&self, other: &WebpFormat) -> bool
fn eq(&self, other: &WebpFormat) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WebpFormat
Auto Trait Implementations§
impl Freeze for WebpFormat
impl RefUnwindSafe for WebpFormat
impl Send for WebpFormat
impl Sync for WebpFormat
impl Unpin for WebpFormat
impl UnsafeUnpin for WebpFormat
impl UnwindSafe for WebpFormat
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