pub enum MpiOpx {
Max = 0,
Min = 1,
Sum = 2,
Prod = 3,
}Expand description
Specifies the MPI operator used in reduce-like functions (for float number arrays)
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for MpiOpx
impl Send for MpiOpx
impl Sync for MpiOpx
impl Unpin for MpiOpx
impl UnwindSafe for MpiOpx
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