#[repr(C)]pub struct DOT11_ACCESSNETWORKOPTIONS {
pub AccessNetworkType: u8,
pub Internet: u8,
pub ASRA: u8,
pub ESR: u8,
pub UESA: u8,
}
Expand description
Required features: "Win32_NetworkManagement_WiFi"
Fields
AccessNetworkType: u8
Internet: u8
ASRA: u8
ESR: u8
UESA: u8
Trait Implementations
impl Clone for DOT11_ACCESSNETWORKOPTIONS
impl Clone for DOT11_ACCESSNETWORKOPTIONS
impl Copy for DOT11_ACCESSNETWORKOPTIONS
Auto Trait Implementations
impl RefUnwindSafe for DOT11_ACCESSNETWORKOPTIONS
impl Send for DOT11_ACCESSNETWORKOPTIONS
impl Sync for DOT11_ACCESSNETWORKOPTIONS
impl Unpin for DOT11_ACCESSNETWORKOPTIONS
impl UnwindSafe for DOT11_ACCESSNETWORKOPTIONS
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