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