#[repr(C)]pub struct WCM_PROFILE_INFO_LIST {
pub dwNumberOfItems: u32,
pub ProfileInfo: [WCM_PROFILE_INFO; 1],
}
Expand description
Required features: "Win32_NetworkManagement_WindowsConnectionManager"
Fields
dwNumberOfItems: u32
ProfileInfo: [WCM_PROFILE_INFO; 1]
Trait Implementations
impl Clone for WCM_PROFILE_INFO_LIST
impl Clone for WCM_PROFILE_INFO_LIST
impl Copy for WCM_PROFILE_INFO_LIST
Auto Trait Implementations
impl RefUnwindSafe for WCM_PROFILE_INFO_LIST
impl Send for WCM_PROFILE_INFO_LIST
impl Sync for WCM_PROFILE_INFO_LIST
impl Unpin for WCM_PROFILE_INFO_LIST
impl UnwindSafe for WCM_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