#[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: u8Internet: u8ASRA: u8ESR: u8UESA: u8Trait 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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