#[repr(C)]pub struct __NCRYPT_UI_POLICY {
pub dwVersion: DWORD,
pub dwFlags: DWORD,
pub pszCreationTitle: LPCWSTR,
pub pszFriendlyName: LPCWSTR,
pub pszDescription: LPCWSTR,
}
Fields§
§dwVersion: DWORD
§dwFlags: DWORD
§pszCreationTitle: LPCWSTR
§pszFriendlyName: LPCWSTR
§pszDescription: LPCWSTR
Trait Implementations§
Source§impl Clone for __NCRYPT_UI_POLICY
impl Clone for __NCRYPT_UI_POLICY
Source§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 moreSource§impl Debug for __NCRYPT_UI_POLICY
impl Debug for __NCRYPT_UI_POLICY
Source§impl Ord for __NCRYPT_UI_POLICY
impl Ord for __NCRYPT_UI_POLICY
Source§fn cmp(&self, other: &__NCRYPT_UI_POLICY) -> Ordering
fn cmp(&self, other: &__NCRYPT_UI_POLICY) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for __NCRYPT_UI_POLICY
impl PartialEq for __NCRYPT_UI_POLICY
Source§impl PartialOrd for __NCRYPT_UI_POLICY
impl PartialOrd for __NCRYPT_UI_POLICY
impl Copy for __NCRYPT_UI_POLICY
impl Eq for __NCRYPT_UI_POLICY
impl StructuralPartialEq 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