Struct winapi::bcrypt::CRYPT_CONTEXT_FUNCTIONS [] [src]

pub struct CRYPT_CONTEXT_FUNCTIONS {
    pub cFunctions: ULONG,
    pub rgpszFunctions: *mut PWSTR,
}

Fields

cFunctions
rgpszFunctions

Trait Implementations

impl Copy for CRYPT_CONTEXT_FUNCTIONS
[src]

impl Clone for CRYPT_CONTEXT_FUNCTIONS
[src]

fn clone(&self) -> CRYPT_CONTEXT_FUNCTIONS

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

Derived Implementations

impl Debug for CRYPT_CONTEXT_FUNCTIONS
[src]

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

Formats the value using the given formatter.