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