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