Enum magick_rust::bindings::ComplexOperator
source · #[repr(u32)]pub enum ComplexOperator {
Undefined = 0,
Add = 1,
Conjugate = 2,
Divide = 3,
MagnitudePhase = 4,
Multiply = 5,
RealImaginary = 6,
Subtract = 7,
}
Variants§
Undefined = 0
Add = 1
Conjugate = 2
Divide = 3
MagnitudePhase = 4
Multiply = 5
RealImaginary = 6
Subtract = 7
Trait Implementations§
source§impl Clone for ComplexOperator
impl Clone for ComplexOperator
source§fn clone(&self) -> ComplexOperator
fn clone(&self) -> ComplexOperator
Returns a copy 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 ComplexOperator
impl Debug for ComplexOperator
source§impl Hash for ComplexOperator
impl Hash for ComplexOperator
source§impl PartialEq for ComplexOperator
impl PartialEq for ComplexOperator
source§fn eq(&self, other: &ComplexOperator) -> bool
fn eq(&self, other: &ComplexOperator) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ComplexOperator
impl Eq for ComplexOperator
impl StructuralPartialEq for ComplexOperator
Auto Trait Implementations§
impl Freeze for ComplexOperator
impl RefUnwindSafe for ComplexOperator
impl Send for ComplexOperator
impl Sync for ComplexOperator
impl Unpin for ComplexOperator
impl UnwindSafe for ComplexOperator
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)