Enum VipsForeignPngFilter
#[repr(u32)]pub enum VipsForeignPngFilter {
VIPS_FOREIGN_PNG_FILTER_NONE = 8,
VIPS_FOREIGN_PNG_FILTER_SUB = 16,
VIPS_FOREIGN_PNG_FILTER_UP = 32,
VIPS_FOREIGN_PNG_FILTER_AVG = 64,
VIPS_FOREIGN_PNG_FILTER_PAETH = 128,
VIPS_FOREIGN_PNG_FILTER_ALL = 248,
}Variants§
VIPS_FOREIGN_PNG_FILTER_NONE = 8
VIPS_FOREIGN_PNG_FILTER_SUB = 16
VIPS_FOREIGN_PNG_FILTER_UP = 32
VIPS_FOREIGN_PNG_FILTER_AVG = 64
VIPS_FOREIGN_PNG_FILTER_PAETH = 128
VIPS_FOREIGN_PNG_FILTER_ALL = 248
Trait Implementations§
§impl Clone for VipsForeignPngFilter
impl Clone for VipsForeignPngFilter
§fn clone(&self) -> VipsForeignPngFilter
fn clone(&self) -> VipsForeignPngFilter
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 VipsForeignPngFilter
impl Debug for VipsForeignPngFilter
§impl Hash for VipsForeignPngFilter
impl Hash for VipsForeignPngFilter
§impl PartialEq for VipsForeignPngFilter
impl PartialEq for VipsForeignPngFilter
impl Copy for VipsForeignPngFilter
impl Eq for VipsForeignPngFilter
impl StructuralPartialEq for VipsForeignPngFilter
Auto Trait Implementations§
impl Freeze for VipsForeignPngFilter
impl RefUnwindSafe for VipsForeignPngFilter
impl Send for VipsForeignPngFilter
impl Sync for VipsForeignPngFilter
impl Unpin for VipsForeignPngFilter
impl UnwindSafe for VipsForeignPngFilter
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