pub struct NonceReader { /* private fields */ }
Expand description
Thread-safe nonce generator. According to IEEE Std 802.11-2016, 12.7.5 each STA should be configured with an initial, cryptographic-quality random counter at system boot up time.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for NonceReader
impl !RefUnwindSafe for NonceReader
impl Send for NonceReader
impl Sync for NonceReader
impl Unpin for NonceReader
impl UnwindSafe for NonceReader
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