Struct windows::Win32::NetworkManagement::WiFi::DOT11_OI
#[repr(C)]pub struct DOT11_OI {
pub OILength: u16,
pub OI: [u8; 5],
}
Fields§
§OILength: u16
§OI: [u8; 5]
Trait Implementations§
impl Copy for DOT11_OI
impl Eq for DOT11_OI
impl StructuralPartialEq for DOT11_OI
Auto Trait Implementations§
impl Freeze for DOT11_OI
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)