#[repr(C)]pub enum MultithreadingStrategy {
SingleCore = 0,
}
Expand description
How should the coordinate transformation be parallelized?
Variants§
SingleCore = 0
Choose the single-core implementation
Auto Trait Implementations§
impl Freeze for MultithreadingStrategy
impl RefUnwindSafe for MultithreadingStrategy
impl Send for MultithreadingStrategy
impl Sync for MultithreadingStrategy
impl Unpin for MultithreadingStrategy
impl UnwindSafe for MultithreadingStrategy
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