Struct windows_sys::Win32::NetworkManagement::WiFi::DOT11_OI
[−]Expand description
Required features: "Win32_NetworkManagement_WiFi"
Fields
OILength: u16
OI: [u8; 5]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DOT11_OI
impl Send for DOT11_OI
impl Sync for DOT11_OI
impl Unpin for DOT11_OI
impl UnwindSafe for DOT11_OI
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