Struct windows_sys::Win32::Security::Cryptography::NCryptProviderName
[−]Expand description
Required features: "Win32_Security_Cryptography"
Fields
pszName: PWSTR
pszComment: PWSTR
Trait Implementations
impl Clone for NCryptProviderName
impl Clone for NCryptProviderName
impl Copy for NCryptProviderName
Auto Trait Implementations
impl RefUnwindSafe for NCryptProviderName
impl !Send for NCryptProviderName
impl !Sync for NCryptProviderName
impl Unpin for NCryptProviderName
impl UnwindSafe for NCryptProviderName
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