Enum VipsPrecision
#[repr(u32)]pub enum VipsPrecision {
VIPS_PRECISION_INTEGER = 0,
VIPS_PRECISION_FLOAT = 1,
VIPS_PRECISION_APPROXIMATE = 2,
VIPS_PRECISION_LAST = 3,
}Variants§
VIPS_PRECISION_INTEGER = 0
VIPS_PRECISION_FLOAT = 1
VIPS_PRECISION_APPROXIMATE = 2
VIPS_PRECISION_LAST = 3
Trait Implementations§
§impl Clone for VipsPrecision
impl Clone for VipsPrecision
§fn clone(&self) -> VipsPrecision
fn clone(&self) -> VipsPrecision
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 VipsPrecision
impl Debug for VipsPrecision
§impl Hash for VipsPrecision
impl Hash for VipsPrecision
§impl PartialEq for VipsPrecision
impl PartialEq for VipsPrecision
impl Copy for VipsPrecision
impl Eq for VipsPrecision
impl StructuralPartialEq for VipsPrecision
Auto Trait Implementations§
impl Freeze for VipsPrecision
impl RefUnwindSafe for VipsPrecision
impl Send for VipsPrecision
impl Sync for VipsPrecision
impl Unpin for VipsPrecision
impl UnwindSafe for VipsPrecision
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