Struct windows_sys::Win32::NetworkManagement::WiFi::DOT11_IV48_COUNTER
[−]Expand description
Required features: "Win32_NetworkManagement_WiFi"
Fields
uIV32Counter: u32
usIV16Counter: u16
Trait Implementations
impl Clone for DOT11_IV48_COUNTER
impl Clone for DOT11_IV48_COUNTER
impl Copy for DOT11_IV48_COUNTER
Auto Trait Implementations
impl RefUnwindSafe for DOT11_IV48_COUNTER
impl Send for DOT11_IV48_COUNTER
impl Sync for DOT11_IV48_COUNTER
impl Unpin for DOT11_IV48_COUNTER
impl UnwindSafe for DOT11_IV48_COUNTER
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more