Struct winapi::bcrypt::CRYPT_PROVIDER_REF
[−]
[src]
pub struct CRYPT_PROVIDER_REF { pub dwInterface: ULONG, pub pszFunction: PWSTR, pub pszProvider: PWSTR, pub cProperties: ULONG, pub rgpProperties: *mut PCRYPT_PROPERTY_REF, pub pUM: PCRYPT_IMAGE_REF, pub pKM: PCRYPT_IMAGE_REF, }
Fields
dwInterface | |
pszFunction | |
pszProvider | |
cProperties | |
rgpProperties | |
pUM | |
pKM |
Trait Implementations
impl Copy for CRYPT_PROVIDER_REF
[src]
impl Clone for CRYPT_PROVIDER_REF
[src]
fn clone(&self) -> CRYPT_PROVIDER_REF
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more