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