Struct 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
§fn clone(&self) -> NCRYPT_UI_POLICY
fn clone(&self) -> NCRYPT_UI_POLICY
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for NCRYPT_UI_POLICY
Auto Trait Implementations§
impl Freeze for NCRYPT_UI_POLICY
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