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