Struct windows_sys::Win32::Security::WinWlx::WLX_PROFILE_V2_0
[−]#[repr(C)]pub struct WLX_PROFILE_V2_0 {
pub dwType: u32,
pub pszProfile: PWSTR,
pub pszPolicy: PWSTR,
pub pszNetworkDefaultUserProfile: PWSTR,
pub pszServerName: PWSTR,
pub pszEnvironment: PWSTR,
}
Expand description
Required features: "Win32_Security_WinWlx"
Fields
dwType: u32
pszProfile: PWSTR
pszPolicy: PWSTR
pszNetworkDefaultUserProfile: PWSTR
pszServerName: PWSTR
pszEnvironment: PWSTR
Trait Implementations
impl Clone for WLX_PROFILE_V2_0
impl Clone for WLX_PROFILE_V2_0
impl Copy for WLX_PROFILE_V2_0
Auto Trait Implementations
impl RefUnwindSafe for WLX_PROFILE_V2_0
impl !Send for WLX_PROFILE_V2_0
impl !Sync for WLX_PROFILE_V2_0
impl Unpin for WLX_PROFILE_V2_0
impl UnwindSafe for WLX_PROFILE_V2_0
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