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