Enum libwebp_sys::WebPPreset
source · [−]#[repr(u32)]
pub enum WebPPreset {
WEBP_PRESET_DEFAULT,
WEBP_PRESET_PICTURE,
WEBP_PRESET_PHOTO,
WEBP_PRESET_DRAWING,
WEBP_PRESET_ICON,
WEBP_PRESET_TEXT,
}Variants
WEBP_PRESET_DEFAULT
WEBP_PRESET_PICTURE
WEBP_PRESET_PHOTO
WEBP_PRESET_DRAWING
WEBP_PRESET_ICON
WEBP_PRESET_TEXT
Trait Implementations
sourceimpl Clone for WebPPreset
impl Clone for WebPPreset
sourcefn clone(&self) -> WebPPreset
fn clone(&self) -> WebPPreset
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 WebPPreset
impl Debug for WebPPreset
sourceimpl Hash for WebPPreset
impl Hash for WebPPreset
sourceimpl PartialEq<WebPPreset> for WebPPreset
impl PartialEq<WebPPreset> for WebPPreset
sourcefn eq(&self, other: &WebPPreset) -> bool
fn eq(&self, other: &WebPPreset) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl Copy for WebPPreset
impl Eq for WebPPreset
impl StructuralEq for WebPPreset
impl StructuralPartialEq for WebPPreset
Auto Trait Implementations
impl RefUnwindSafe for WebPPreset
impl Send for WebPPreset
impl Sync for WebPPreset
impl Unpin for WebPPreset
impl UnwindSafe for WebPPreset
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