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,
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more