Struct NCryptProviderName
#[repr(C)]pub struct NCryptProviderName {
pub pszName: PWSTR,
pub pszComment: PWSTR,
}
Fields§
§pszName: PWSTR
§pszComment: PWSTR
Trait Implementations§
§impl Clone for NCryptProviderName
impl Clone for NCryptProviderName
§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 moreimpl Copy 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