pub enum MpiOpByte {
And = 7,
Or = 8,
Xor = 9,
}Expand description
Specifies the MPI operator used in reduce-like functions (for byte arrays)
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for MpiOpByte
impl Send for MpiOpByte
impl Sync for MpiOpByte
impl Unpin for MpiOpByte
impl UnwindSafe for MpiOpByte
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