Enum libwebp_sys::WebPImageHint
source · [−]#[repr(u32)]
pub enum WebPImageHint {
WEBP_HINT_DEFAULT,
WEBP_HINT_PICTURE,
WEBP_HINT_PHOTO,
WEBP_HINT_GRAPH,
WEBP_HINT_LAST,
}Variants
WEBP_HINT_DEFAULT
WEBP_HINT_PICTURE
WEBP_HINT_PHOTO
WEBP_HINT_GRAPH
WEBP_HINT_LAST
Trait Implementations
sourceimpl Clone for WebPImageHint
impl Clone for WebPImageHint
sourcefn clone(&self) -> WebPImageHint
fn clone(&self) -> WebPImageHint
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for WebPImageHint
impl Debug for WebPImageHint
sourceimpl Hash for WebPImageHint
impl Hash for WebPImageHint
sourceimpl PartialEq<WebPImageHint> for WebPImageHint
impl PartialEq<WebPImageHint> for WebPImageHint
sourcefn eq(&self, other: &WebPImageHint) -> bool
fn eq(&self, other: &WebPImageHint) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl Copy for WebPImageHint
impl Eq for WebPImageHint
impl StructuralEq for WebPImageHint
impl StructuralPartialEq for WebPImageHint
Auto Trait Implementations
impl RefUnwindSafe for WebPImageHint
impl Send for WebPImageHint
impl Sync for WebPImageHint
impl Unpin for WebPImageHint
impl UnwindSafe for WebPImageHint
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more