#[non_exhaustive]pub struct Isolated;Expand description
Marker for an InactiveClock backed by per-core isolated timer storage.
This is the default mode. Clones can be relocated to different threads via
ThreadAware::relocate, producing independent timer storage per core. Suitable for
thread-per-core runtimes.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Isolated
impl RefUnwindSafe for Isolated
impl Send for Isolated
impl Sync for Isolated
impl Unpin for Isolated
impl UnsafeUnpin for Isolated
impl UnwindSafe for Isolated
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