#[repr(C)]pub struct CRYPT_PROVIDERS {
pub cProviders: ULONG,
pub rgpszProviders: *mut PWSTR,
}
Fields§
§cProviders: ULONG
§rgpszProviders: *mut PWSTR
Trait Implementations§
Source§impl Clone for CRYPT_PROVIDERS
impl Clone for CRYPT_PROVIDERS
Source§fn clone(&self) -> CRYPT_PROVIDERS
fn clone(&self) -> CRYPT_PROVIDERS
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 Default for CRYPT_PROVIDERS
impl Default for CRYPT_PROVIDERS
Source§fn default() -> CRYPT_PROVIDERS
fn default() -> CRYPT_PROVIDERS
Returns the “default value” for a type. Read more
impl Copy for CRYPT_PROVIDERS
Auto Trait Implementations§
impl Freeze for CRYPT_PROVIDERS
impl RefUnwindSafe for CRYPT_PROVIDERS
impl !Send for CRYPT_PROVIDERS
impl !Sync for CRYPT_PROVIDERS
impl Unpin for CRYPT_PROVIDERS
impl UnwindSafe for CRYPT_PROVIDERS
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