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