pub struct DispatchQueueSource;Expand description
Entropy source that harvests scheduling latency jitter from worker thread dispatch via MPSC channels (analogous to GCD queue dispatch).
Trait Implementations§
Source§impl EntropySource for DispatchQueueSource
impl EntropySource for DispatchQueueSource
Auto Trait Implementations§
impl Freeze for DispatchQueueSource
impl RefUnwindSafe for DispatchQueueSource
impl Send for DispatchQueueSource
impl Sync for DispatchQueueSource
impl Unpin for DispatchQueueSource
impl UnwindSafe for DispatchQueueSource
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