Struct windows_sys::Win32::NetworkManagement::WiFi::WLAN_BSS_LIST
[−]#[repr(C)]pub struct WLAN_BSS_LIST {
pub dwTotalSize: u32,
pub dwNumberOfItems: u32,
pub wlanBssEntries: [WLAN_BSS_ENTRY; 1],
}
Expand description
Required features: "Win32_NetworkManagement_WiFi"
, "Win32_Foundation"
Fields
dwTotalSize: u32
dwNumberOfItems: u32
wlanBssEntries: [WLAN_BSS_ENTRY; 1]
Trait Implementations
impl Clone for WLAN_BSS_LIST
impl Clone for WLAN_BSS_LIST
impl Copy for WLAN_BSS_LIST
Auto Trait Implementations
impl RefUnwindSafe for WLAN_BSS_LIST
impl Send for WLAN_BSS_LIST
impl Sync for WLAN_BSS_LIST
impl Unpin for WLAN_BSS_LIST
impl UnwindSafe for WLAN_BSS_LIST
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