#[repr(i32)]pub enum WebPImageHint {
WEBP_HINT_DEFAULT = 0,
WEBP_HINT_PICTURE = 1,
WEBP_HINT_PHOTO = 2,
WEBP_HINT_GRAPH = 3,
WEBP_HINT_LAST = 4,
}
Variants§
WEBP_HINT_DEFAULT = 0
WEBP_HINT_PICTURE = 1
WEBP_HINT_PHOTO = 2
WEBP_HINT_GRAPH = 3
WEBP_HINT_LAST = 4
Trait Implementations§
Source§impl Clone for WebPImageHint
impl Clone for WebPImageHint
Source§fn clone(&self) -> WebPImageHint
fn clone(&self) -> WebPImageHint
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 WebPImageHint
impl Debug for WebPImageHint
Source§impl Hash for WebPImageHint
impl Hash for WebPImageHint
Source§impl PartialEq for WebPImageHint
impl PartialEq for WebPImageHint
impl Copy for WebPImageHint
impl Eq for WebPImageHint
impl StructuralPartialEq for WebPImageHint
Auto Trait Implementations§
impl Freeze for WebPImageHint
impl RefUnwindSafe for WebPImageHint
impl Send for WebPImageHint
impl Sync for WebPImageHint
impl Unpin for WebPImageHint
impl UnwindSafe for WebPImageHint
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