Enum intel_mkl_tool::Threading
source · [−]pub enum Threading {
OpenMP,
Sequential,
}
Expand description
How to manage thread(s)
Variants
OpenMP
Use iomp5, Intel OpenMP runtime.
Sequential
No OpenMP runtime.
Implementations
Trait Implementations
impl Copy for Threading
impl Eq for Threading
impl StructuralEq for Threading
impl StructuralPartialEq for Threading
Auto Trait Implementations
impl RefUnwindSafe for Threading
impl Send for Threading
impl Sync for Threading
impl Unpin for Threading
impl UnwindSafe for Threading
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more