Struct windows_sys::Win32::Security::WinWlx::WLX_PROFILE_V1_0
[−]Expand description
Required features: ‘Win32_Security_WinWlx’
Fields
dwType: u32
pszProfile: PWSTR
Trait Implementations
impl Clone for WLX_PROFILE_V1_0
impl Clone for WLX_PROFILE_V1_0
impl Copy for WLX_PROFILE_V1_0
Auto Trait Implementations
impl RefUnwindSafe for WLX_PROFILE_V1_0
impl !Send for WLX_PROFILE_V1_0
impl !Sync for WLX_PROFILE_V1_0
impl Unpin for WLX_PROFILE_V1_0
impl UnwindSafe for WLX_PROFILE_V1_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more