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