Struct numa_gpu::runtime::dispatcher::HetMorselExecutor
source · [−]pub struct HetMorselExecutor { /* private fields */ }
Auto Trait Implementations
impl !RefUnwindSafe for HetMorselExecutor
impl Send for HetMorselExecutor
impl !Sync for HetMorselExecutor
impl Unpin for HetMorselExecutor
impl !UnwindSafe for HetMorselExecutor
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more