pub struct CPUMemoryBeatSource;Expand description
Entropy source that captures beat frequency between CPU and memory controller clock domains.
Trait Implementations§
Source§impl EntropySource for CPUMemoryBeatSource
impl EntropySource for CPUMemoryBeatSource
Auto Trait Implementations§
impl Freeze for CPUMemoryBeatSource
impl RefUnwindSafe for CPUMemoryBeatSource
impl Send for CPUMemoryBeatSource
impl Sync for CPUMemoryBeatSource
impl Unpin for CPUMemoryBeatSource
impl UnsafeUnpin for CPUMemoryBeatSource
impl UnwindSafe for CPUMemoryBeatSource
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