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