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