pub enum MpiOpComplex {
Sum = 2,
Prod = 3,
}
Expand description
Specifies the MPI operator used in reduce-like functions (for complex number arrays)
Variants§
Trait Implementations§
Source§impl Clone for MpiOpComplex
impl Clone for MpiOpComplex
Source§fn clone(&self) -> MpiOpComplex
fn clone(&self) -> MpiOpComplex
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 moreimpl Copy for MpiOpComplex
Auto Trait Implementations§
impl Freeze for MpiOpComplex
impl RefUnwindSafe for MpiOpComplex
impl Send for MpiOpComplex
impl Sync for MpiOpComplex
impl Unpin for MpiOpComplex
impl UnwindSafe for MpiOpComplex
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