#[repr(C)]pub struct WLAN_PROFILE_INFO_LIST {
pub dwNumberOfItems: u32,
pub dwIndex: u32,
pub ProfileInfo: [WLAN_PROFILE_INFO; 1],
}
Expand description
Required features: "Win32_NetworkManagement_WiFi"
Fields
dwNumberOfItems: u32
dwIndex: u32
ProfileInfo: [WLAN_PROFILE_INFO; 1]
Trait Implementations
impl Clone for WLAN_PROFILE_INFO_LIST
impl Clone for WLAN_PROFILE_INFO_LIST
impl Copy for WLAN_PROFILE_INFO_LIST
Auto Trait Implementations
impl RefUnwindSafe for WLAN_PROFILE_INFO_LIST
impl Send for WLAN_PROFILE_INFO_LIST
impl Sync for WLAN_PROFILE_INFO_LIST
impl Unpin for WLAN_PROFILE_INFO_LIST
impl UnwindSafe for WLAN_PROFILE_INFO_LIST
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more