#[repr(C)]pub struct DOT11_ACCESSNETWORKOPTIONS {
pub AccessNetworkType: UINT8,
pub Internet: UINT8,
pub ASRA: UINT8,
pub ESR: UINT8,
pub UESA: UINT8,
}Fields§
§AccessNetworkType: UINT8§Internet: UINT8§ASRA: UINT8§ESR: UINT8§UESA: UINT8Trait Implementations§
Source§impl Clone for DOT11_ACCESSNETWORKOPTIONS
impl Clone for DOT11_ACCESSNETWORKOPTIONS
Source§fn clone(&self) -> DOT11_ACCESSNETWORKOPTIONS
fn clone(&self) -> DOT11_ACCESSNETWORKOPTIONS
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for DOT11_ACCESSNETWORKOPTIONS
Available on crate feature impl-default only.
impl Default for DOT11_ACCESSNETWORKOPTIONS
Available on crate feature
impl-default only.Source§fn default() -> DOT11_ACCESSNETWORKOPTIONS
fn default() -> DOT11_ACCESSNETWORKOPTIONS
Returns the “default value” for a type. Read more
impl Copy for DOT11_ACCESSNETWORKOPTIONS
Auto Trait Implementations§
impl Freeze for DOT11_ACCESSNETWORKOPTIONS
impl RefUnwindSafe for DOT11_ACCESSNETWORKOPTIONS
impl Send for DOT11_ACCESSNETWORKOPTIONS
impl Sync for DOT11_ACCESSNETWORKOPTIONS
impl Unpin for DOT11_ACCESSNETWORKOPTIONS
impl UnsafeUnpin for DOT11_ACCESSNETWORKOPTIONS
impl UnwindSafe for DOT11_ACCESSNETWORKOPTIONS
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