Struct winapi::bcrypt::CRYPT_CONTEXT_FUNCTION_PROVIDERS [] [src]

pub struct CRYPT_CONTEXT_FUNCTION_PROVIDERS {
    pub cProviders: ULONG,
    pub rgpszProviders: *mut PWSTR,
}

Fields

cProviders: ULONG rgpszProviders: *mut PWSTR

Trait Implementations

impl Debug for CRYPT_CONTEXT_FUNCTION_PROVIDERS
[src]

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

Formats the value using the given formatter.

impl Copy for CRYPT_CONTEXT_FUNCTION_PROVIDERS
[src]

impl Clone for CRYPT_CONTEXT_FUNCTION_PROVIDERS
[src]

fn clone(&self) -> CRYPT_CONTEXT_FUNCTION_PROVIDERS

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