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