#[repr(i32)]pub enum VipsCoding {
VIPS_CODING_ERROR = -1,
VIPS_CODING_NONE = 0,
VIPS_CODING_LABQ = 2,
VIPS_CODING_RAD = 6,
VIPS_CODING_LAST = 7,
}Variants§
VIPS_CODING_ERROR = -1
VIPS_CODING_NONE = 0
VIPS_CODING_LABQ = 2
VIPS_CODING_RAD = 6
VIPS_CODING_LAST = 7
Trait Implementations§
Source§impl Clone for VipsCoding
impl Clone for VipsCoding
Source§fn clone(&self) -> VipsCoding
fn clone(&self) -> VipsCoding
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 moreSource§impl Debug for VipsCoding
impl Debug for VipsCoding
Source§impl Hash for VipsCoding
impl Hash for VipsCoding
Source§impl PartialEq for VipsCoding
impl PartialEq for VipsCoding
impl Copy for VipsCoding
impl Eq for VipsCoding
impl StructuralPartialEq for VipsCoding
Auto Trait Implementations§
impl Freeze for VipsCoding
impl RefUnwindSafe for VipsCoding
impl Send for VipsCoding
impl Sync for VipsCoding
impl Unpin for VipsCoding
impl UnwindSafe for VipsCoding
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