#[repr(C)]pub struct NCryptProviderName {
pub pszName: LPWSTR,
pub pszComment: LPWSTR,
}Fields§
§pszName: LPWSTR§pszComment: LPWSTRTrait Implementations§
Source§impl Clone for NCryptProviderName
impl Clone for NCryptProviderName
Source§fn clone(&self) -> NCryptProviderName
fn clone(&self) -> NCryptProviderName
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 NCryptProviderName
impl Debug for NCryptProviderName
impl 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