Enum VipsOperationComplex
#[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§
§impl Clone for VipsOperationComplex
impl Clone for VipsOperationComplex
§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 more§impl Debug for VipsOperationComplex
impl Debug for VipsOperationComplex
§impl Hash for VipsOperationComplex
impl Hash for VipsOperationComplex
§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