#[repr(C)]pub struct WLAN_AVAILABLE_NETWORK_LIST_V2 {
pub dwNumberOfItems: DWORD,
pub dwIndex: DWORD,
pub Network: [WLAN_AVAILABLE_NETWORK_V2; 1],
}
Fields§
§dwNumberOfItems: DWORD
§dwIndex: DWORD
§Network: [WLAN_AVAILABLE_NETWORK_V2; 1]
Trait Implementations§
Source§impl Clone for WLAN_AVAILABLE_NETWORK_LIST_V2
impl Clone for WLAN_AVAILABLE_NETWORK_LIST_V2
Source§fn clone(&self) -> WLAN_AVAILABLE_NETWORK_LIST_V2
fn clone(&self) -> WLAN_AVAILABLE_NETWORK_LIST_V2
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_AVAILABLE_NETWORK_LIST_V2
impl Default for WLAN_AVAILABLE_NETWORK_LIST_V2
Source§fn default() -> WLAN_AVAILABLE_NETWORK_LIST_V2
fn default() -> WLAN_AVAILABLE_NETWORK_LIST_V2
Returns the “default value” for a type. Read more
impl Copy for WLAN_AVAILABLE_NETWORK_LIST_V2
Auto Trait Implementations§
impl Freeze for WLAN_AVAILABLE_NETWORK_LIST_V2
impl RefUnwindSafe for WLAN_AVAILABLE_NETWORK_LIST_V2
impl Send for WLAN_AVAILABLE_NETWORK_LIST_V2
impl Sync for WLAN_AVAILABLE_NETWORK_LIST_V2
impl Unpin for WLAN_AVAILABLE_NETWORK_LIST_V2
impl UnwindSafe for WLAN_AVAILABLE_NETWORK_LIST_V2
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