pub struct PDNResonanceSource;Expand description
Entropy source that harvests PDN voltage noise via cross-core timing perturbation.
Trait Implementations§
Source§impl EntropySource for PDNResonanceSource
impl EntropySource for PDNResonanceSource
Auto Trait Implementations§
impl Freeze for PDNResonanceSource
impl RefUnwindSafe for PDNResonanceSource
impl Send for PDNResonanceSource
impl Sync for PDNResonanceSource
impl Unpin for PDNResonanceSource
impl UnsafeUnpin for PDNResonanceSource
impl UnwindSafe for PDNResonanceSource
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