pub struct AudioNoiseSource;Expand description
Entropy source that harvests thermal noise from the microphone ADC.
Trait Implementations§
Source§impl EntropySource for AudioNoiseSource
impl EntropySource for AudioNoiseSource
Auto Trait Implementations§
impl Freeze for AudioNoiseSource
impl RefUnwindSafe for AudioNoiseSource
impl Send for AudioNoiseSource
impl Sync for AudioNoiseSource
impl Unpin for AudioNoiseSource
impl UnsafeUnpin for AudioNoiseSource
impl UnwindSafe for AudioNoiseSource
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