pub struct NVMeLatencySource;Expand description
Entropy source that harvests timing jitter from NVMe flash cell reads.
Trait Implementations§
Source§impl EntropySource for NVMeLatencySource
impl EntropySource for NVMeLatencySource
Auto Trait Implementations§
impl Freeze for NVMeLatencySource
impl RefUnwindSafe for NVMeLatencySource
impl Send for NVMeLatencySource
impl Sync for NVMeLatencySource
impl Unpin for NVMeLatencySource
impl UnsafeUnpin for NVMeLatencySource
impl UnwindSafe for NVMeLatencySource
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