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