Struct windows_sys::Win32::Security::Cryptography::NCRYPT_UI_POLICY
[−]#[repr(C)]pub struct NCRYPT_UI_POLICY {
pub dwVersion: u32,
pub dwFlags: u32,
pub pszCreationTitle: PCWSTR,
pub pszFriendlyName: PCWSTR,
pub pszDescription: PCWSTR,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
dwVersion: u32
dwFlags: u32
pszCreationTitle: PCWSTR
pszFriendlyName: PCWSTR
pszDescription: PCWSTR
Trait Implementations
impl Clone for NCRYPT_UI_POLICY
impl Clone for NCRYPT_UI_POLICY
impl Copy for NCRYPT_UI_POLICY
Auto Trait Implementations
impl RefUnwindSafe for NCRYPT_UI_POLICY
impl !Send for NCRYPT_UI_POLICY
impl !Sync for NCRYPT_UI_POLICY
impl Unpin for NCRYPT_UI_POLICY
impl UnwindSafe for NCRYPT_UI_POLICY
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