Struct windows_sys::Win32::NetworkManagement::WiFi::DOT11_ADDITIONAL_IE
[−]#[repr(C)]pub struct DOT11_ADDITIONAL_IE {
pub Header: NDIS_OBJECT_HEADER,
pub uBeaconIEsOffset: u32,
pub uBeaconIEsLength: u32,
pub uResponseIEsOffset: u32,
pub uResponseIEsLength: u32,
}
Expand description
Required features: "Win32_NetworkManagement_WiFi"
, "Win32_NetworkManagement_Ndis"
Fields
Header: NDIS_OBJECT_HEADER
uBeaconIEsOffset: u32
uBeaconIEsLength: u32
uResponseIEsOffset: u32
uResponseIEsLength: u32
Trait Implementations
impl Clone for DOT11_ADDITIONAL_IE
impl Clone for DOT11_ADDITIONAL_IE
impl Copy for DOT11_ADDITIONAL_IE
Auto Trait Implementations
impl RefUnwindSafe for DOT11_ADDITIONAL_IE
impl Send for DOT11_ADDITIONAL_IE
impl Sync for DOT11_ADDITIONAL_IE
impl Unpin for DOT11_ADDITIONAL_IE
impl UnwindSafe for DOT11_ADDITIONAL_IE
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