pub struct NoCpuId;Expand description
Default implementation: routes everything to index 0.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoCpuId
impl RefUnwindSafe for NoCpuId
impl Send for NoCpuId
impl Sync for NoCpuId
impl Unpin for NoCpuId
impl UnsafeUnpin for NoCpuId
impl UnwindSafe for NoCpuId
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