Struct winapi::bcrypt::CRYPT_PROVIDER_REFS
[−]
[src]
pub struct CRYPT_PROVIDER_REFS { pub cProviders: ULONG, pub rgpProviders: *mut PCRYPT_PROVIDER_REF, }
Fields
cProviders | |
rgpProviders |
Trait Implementations
impl Copy for CRYPT_PROVIDER_REFS
[src]
impl Clone for CRYPT_PROVIDER_REFS
[src]
fn clone(&self) -> CRYPT_PROVIDER_REFS
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