Struct windows_sys::Win32::Security::WinWlx::WLX_MPR_NOTIFY_INFO
[−]#[repr(C)]pub struct WLX_MPR_NOTIFY_INFO {
pub pszUserName: PWSTR,
pub pszDomain: PWSTR,
pub pszPassword: PWSTR,
pub pszOldPassword: PWSTR,
}
Expand description
Required features: "Win32_Security_WinWlx"
Fields
pszUserName: PWSTR
pszDomain: PWSTR
pszPassword: PWSTR
pszOldPassword: PWSTR
Trait Implementations
impl Clone for WLX_MPR_NOTIFY_INFO
impl Clone for WLX_MPR_NOTIFY_INFO
impl Copy for WLX_MPR_NOTIFY_INFO
Auto Trait Implementations
impl RefUnwindSafe for WLX_MPR_NOTIFY_INFO
impl !Send for WLX_MPR_NOTIFY_INFO
impl !Sync for WLX_MPR_NOTIFY_INFO
impl Unpin for WLX_MPR_NOTIFY_INFO
impl UnwindSafe for WLX_MPR_NOTIFY_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