Struct WLAN_BSS_LIST
#[repr(C)]pub struct WLAN_BSS_LIST {
pub dwTotalSize: u32,
pub dwNumberOfItems: u32,
pub wlanBssEntries: [WLAN_BSS_ENTRY; 1],
}
Fields§
§dwTotalSize: u32
§dwNumberOfItems: u32
§wlanBssEntries: [WLAN_BSS_ENTRY; 1]
Trait Implementations§
§impl Clone for WLAN_BSS_LIST
impl Clone for WLAN_BSS_LIST
§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 moreimpl 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