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,
}
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§
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