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