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 · 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 WebpFormat
impl Debug for WebpFormat
Source§impl PartialEq for WebpFormat
impl PartialEq for WebpFormat
impl Copy for WebpFormat
impl Eq for WebpFormat
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