pub struct MemoryTimingSource;Expand description
Entropy source that harvests timing jitter from memory allocation and access.
Trait Implementations§
Source§impl EntropySource for MemoryTimingSource
impl EntropySource for MemoryTimingSource
Auto Trait Implementations§
impl Freeze for MemoryTimingSource
impl RefUnwindSafe for MemoryTimingSource
impl Send for MemoryTimingSource
impl Sync for MemoryTimingSource
impl Unpin for MemoryTimingSource
impl UnsafeUnpin for MemoryTimingSource
impl UnwindSafe for MemoryTimingSource
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