Struct winapi::bcrypt::CRYPT_CONTEXT_FUNCTION_CONFIG [] [src]

pub struct CRYPT_CONTEXT_FUNCTION_CONFIG {
    pub dwFlags: ULONG,
    pub dwReserved: ULONG,
}

Fields

dwFlags: ULONG dwReserved: ULONG

Trait Implementations

impl Debug for CRYPT_CONTEXT_FUNCTION_CONFIG
[src]

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

Formats the value using the given formatter.

impl Copy for CRYPT_CONTEXT_FUNCTION_CONFIG
[src]

impl Clone for CRYPT_CONTEXT_FUNCTION_CONFIG
[src]

fn clone(&self) -> CRYPT_CONTEXT_FUNCTION_CONFIG

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