#[repr(C)]
pub struct CRYPT_PROVIDER_REF { pub dwInterface: u32, pub pszFunction: PWSTR, pub pszProvider: PWSTR, pub cProperties: u32, pub rgpProperties: *mut *mut CRYPT_PROPERTY_REF, pub pUM: *mut CRYPT_IMAGE_REF, pub pKM: *mut CRYPT_IMAGE_REF, }
Expand description

Required features: "Win32_Security_Cryptography"

Fields§

§dwInterface: u32§pszFunction: PWSTR§pszProvider: PWSTR§cProperties: u32§rgpProperties: *mut *mut CRYPT_PROPERTY_REF§pUM: *mut CRYPT_IMAGE_REF§pKM: *mut CRYPT_IMAGE_REF

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.