#[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: LPCWSTRTrait 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 duplicate 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
impl 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