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