#[repr(C)]pub struct NCryptKeyName {
pub pszName: LPWSTR,
pub pszAlgid: LPWSTR,
pub dwLegacyKeySpec: DWORD,
pub dwFlags: DWORD,
}
Fields§
§pszName: LPWSTR
§pszAlgid: LPWSTR
§dwLegacyKeySpec: DWORD
§dwFlags: DWORD
Trait Implementations§
Source§impl Clone for NCryptKeyName
impl Clone for NCryptKeyName
Source§fn clone(&self) -> NCryptKeyName
fn clone(&self) -> NCryptKeyName
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 NCryptKeyName
impl Debug for NCryptKeyName
Source§impl Ord for NCryptKeyName
impl Ord for NCryptKeyName
Source§fn cmp(&self, other: &NCryptKeyName) -> Ordering
fn cmp(&self, other: &NCryptKeyName) -> 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 NCryptKeyName
impl PartialEq for NCryptKeyName
Source§impl PartialOrd for NCryptKeyName
impl PartialOrd for NCryptKeyName
impl Copy for NCryptKeyName
impl Eq for NCryptKeyName
impl StructuralPartialEq for NCryptKeyName
Auto Trait Implementations§
impl Freeze for NCryptKeyName
impl RefUnwindSafe for NCryptKeyName
impl !Send for NCryptKeyName
impl !Sync for NCryptKeyName
impl Unpin for NCryptKeyName
impl UnwindSafe for NCryptKeyName
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