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