#[repr(C)]pub struct WLAN_BSS_LIST {
pub dwTotalSize: DWORD,
pub dwNumberOfItems: DWORD,
pub wlanBssEntries: [WLAN_BSS_ENTRY; 1],
}
Fields§
§dwTotalSize: DWORD
§dwNumberOfItems: DWORD
§wlanBssEntries: [WLAN_BSS_ENTRY; 1]
Trait Implementations§
Source§impl Clone for WLAN_BSS_LIST
impl Clone for WLAN_BSS_LIST
Source§fn clone(&self) -> WLAN_BSS_LIST
fn clone(&self) -> WLAN_BSS_LIST
Returns a copy 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 WLAN_BSS_LIST
impl Default for WLAN_BSS_LIST
Source§fn default() -> WLAN_BSS_LIST
fn default() -> WLAN_BSS_LIST
Returns the “default value” for a type. Read more
impl Copy for WLAN_BSS_LIST
Auto Trait Implementations§
impl Freeze for WLAN_BSS_LIST
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§
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