pub struct DummyThreadPinner;Trait Implementations§
Source§impl ThreadPinner for DummyThreadPinner
impl ThreadPinner for DummyThreadPinner
fn pin_current_thread_to(&self, _core_id: LogicalCoreId) -> bool
fn pin_current_thread_to_cpuset(&self, _core_ids: &[LogicalCoreId]) -> bool
Auto Trait Implementations§
impl Freeze for DummyThreadPinner
impl RefUnwindSafe for DummyThreadPinner
impl Send for DummyThreadPinner
impl Sync for DummyThreadPinner
impl Unpin for DummyThreadPinner
impl UnsafeUnpin for DummyThreadPinner
impl UnwindSafe for DummyThreadPinner
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