#[repr(C)]pub struct WLAN_AVAILABLE_NETWORK_LIST {
pub dwNumberOfItems: u32,
pub dwIndex: u32,
pub Network: [WLAN_AVAILABLE_NETWORK; 1],
}Expand description
Required features: "Win32_Foundation"
Fields§
§dwNumberOfItems: u32§dwIndex: u32§Network: [WLAN_AVAILABLE_NETWORK; 1]Trait Implementations§
§impl Clone for WLAN_AVAILABLE_NETWORK_LIST
impl Clone for WLAN_AVAILABLE_NETWORK_LIST
impl Copy for WLAN_AVAILABLE_NETWORK_LIST
Auto Trait Implementations§
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