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