pub struct SleepJitterSource;Expand description
Requests zero-duration sleeps and measures the actual elapsed time. The jitter captures OS scheduler non-determinism: timer interrupt granularity, thread priority decisions, runqueue length, and DVFS.
Trait Implementations§
Source§impl EntropySource for SleepJitterSource
impl EntropySource for SleepJitterSource
Auto Trait Implementations§
impl Freeze for SleepJitterSource
impl RefUnwindSafe for SleepJitterSource
impl Send for SleepJitterSource
impl Sync for SleepJitterSource
impl Unpin for SleepJitterSource
impl UnsafeUnpin for SleepJitterSource
impl UnwindSafe for SleepJitterSource
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