Enum VipsForeignWebpPreset
#[repr(u32)]pub enum VipsForeignWebpPreset {
VIPS_FOREIGN_WEBP_PRESET_DEFAULT = 0,
VIPS_FOREIGN_WEBP_PRESET_PICTURE = 1,
VIPS_FOREIGN_WEBP_PRESET_PHOTO = 2,
VIPS_FOREIGN_WEBP_PRESET_DRAWING = 3,
VIPS_FOREIGN_WEBP_PRESET_ICON = 4,
VIPS_FOREIGN_WEBP_PRESET_TEXT = 5,
VIPS_FOREIGN_WEBP_PRESET_LAST = 6,
}Variants§
VIPS_FOREIGN_WEBP_PRESET_DEFAULT = 0
VIPS_FOREIGN_WEBP_PRESET_PICTURE = 1
VIPS_FOREIGN_WEBP_PRESET_PHOTO = 2
VIPS_FOREIGN_WEBP_PRESET_DRAWING = 3
VIPS_FOREIGN_WEBP_PRESET_ICON = 4
VIPS_FOREIGN_WEBP_PRESET_TEXT = 5
VIPS_FOREIGN_WEBP_PRESET_LAST = 6
Trait Implementations§
§impl Clone for VipsForeignWebpPreset
impl Clone for VipsForeignWebpPreset
§fn clone(&self) -> VipsForeignWebpPreset
fn clone(&self) -> VipsForeignWebpPreset
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 more§impl Debug for VipsForeignWebpPreset
impl Debug for VipsForeignWebpPreset
§impl Hash for VipsForeignWebpPreset
impl Hash for VipsForeignWebpPreset
§impl PartialEq for VipsForeignWebpPreset
impl PartialEq for VipsForeignWebpPreset
impl Copy for VipsForeignWebpPreset
impl Eq for VipsForeignWebpPreset
impl StructuralPartialEq for VipsForeignWebpPreset
Auto Trait Implementations§
impl Freeze for VipsForeignWebpPreset
impl RefUnwindSafe for VipsForeignWebpPreset
impl Send for VipsForeignWebpPreset
impl Sync for VipsForeignWebpPreset
impl Unpin for VipsForeignWebpPreset
impl UnwindSafe for VipsForeignWebpPreset
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