Struct winapi::bcrypt::CRYPT_PROVIDER_REG
[−]
[src]
pub struct CRYPT_PROVIDER_REG { pub cAliases: ULONG, pub rgpszAliases: *mut PWSTR, pub pUM: PCRYPT_IMAGE_REG, pub pKM: PCRYPT_IMAGE_REG, }
Fields
cAliases | |
rgpszAliases | |
pUM | |
pKM |
Trait Implementations
impl Copy for CRYPT_PROVIDER_REG
[src]
impl Clone for CRYPT_PROVIDER_REG
[src]
fn clone(&self) -> CRYPT_PROVIDER_REG
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