#[repr(u32)]pub enum VipsForeignCoding {
VIPS_FOREIGN_CODING_NONE = 1,
VIPS_FOREIGN_CODING_LABQ = 2,
VIPS_FOREIGN_CODING_RAD = 4,
VIPS_FOREIGN_CODING_ALL = 7,
}Variants§
VIPS_FOREIGN_CODING_NONE = 1
VIPS_FOREIGN_CODING_LABQ = 2
VIPS_FOREIGN_CODING_RAD = 4
VIPS_FOREIGN_CODING_ALL = 7
Trait Implementations§
Source§impl Clone for VipsForeignCoding
impl Clone for VipsForeignCoding
Source§fn clone(&self) -> VipsForeignCoding
fn clone(&self) -> VipsForeignCoding
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 VipsForeignCoding
impl Debug for VipsForeignCoding
Source§impl Hash for VipsForeignCoding
impl Hash for VipsForeignCoding
Source§impl PartialEq for VipsForeignCoding
impl PartialEq for VipsForeignCoding
impl Copy for VipsForeignCoding
impl Eq for VipsForeignCoding
impl StructuralPartialEq for VipsForeignCoding
Auto Trait Implementations§
impl Freeze for VipsForeignCoding
impl RefUnwindSafe for VipsForeignCoding
impl Send for VipsForeignCoding
impl Sync for VipsForeignCoding
impl Unpin for VipsForeignCoding
impl UnwindSafe for VipsForeignCoding
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