enum ImageKind {
    Lossy,
    Lossless,
    Extended(WebPExtendedInfo),
}Variants§
Auto Trait Implementations§
impl Freeze for ImageKind
impl RefUnwindSafe for ImageKind
impl Send for ImageKind
impl Sync for ImageKind
impl Unpin for ImageKind
impl UnwindSafe for ImageKind
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