Struct winapi::bcrypt::CRYPT_PROVIDER_REFS [] [src]

pub struct CRYPT_PROVIDER_REFS {
    pub cProviders: ULONG,
    pub rgpProviders: *mut PCRYPT_PROVIDER_REF,
}

Fields

cProviders: ULONG rgpProviders: *mut PCRYPT_PROVIDER_REF

Trait Implementations

impl Debug for CRYPT_PROVIDER_REFS
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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