#[repr(C)]pub struct WCM_PROFILE_INFO {
pub strProfileName: [u16; 256],
pub AdapterGUID: GUID,
pub Media: WCM_MEDIA_TYPE,
}
Expand description
Required features: "Win32_NetworkManagement_WindowsConnectionManager"
Fields
strProfileName: [u16; 256]
AdapterGUID: GUID
Media: WCM_MEDIA_TYPE
Trait Implementations
impl Clone for WCM_PROFILE_INFO
impl Clone for WCM_PROFILE_INFO
impl Copy for WCM_PROFILE_INFO
Auto Trait Implementations
impl RefUnwindSafe for WCM_PROFILE_INFO
impl Send for WCM_PROFILE_INFO
impl Sync for WCM_PROFILE_INFO
impl Unpin for WCM_PROFILE_INFO
impl UnwindSafe for WCM_PROFILE_INFO
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