Struct winapi::bcrypt::BCRYPT_DSA_KEY_BLOB_V2 [] [src]

pub struct BCRYPT_DSA_KEY_BLOB_V2 {
    pub dwMagic: ULONG,
    pub cbKey: ULONG,
    pub hashAlgorithm: HASHALGORITHM_ENUM,
    pub standardVersion: DSAFIPSVERSION_ENUM,
    pub cbSeedLength: ULONG,
    pub cbGroupSize: ULONG,
    pub Count: [UCHAR; 4],
}

Fields

dwMagic: ULONG cbKey: ULONG hashAlgorithm: HASHALGORITHM_ENUM standardVersion: DSAFIPSVERSION_ENUM cbSeedLength: ULONG cbGroupSize: ULONG Count: [UCHAR; 4]

Trait Implementations

impl Debug for BCRYPT_DSA_KEY_BLOB_V2
[src]

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

Formats the value using the given formatter.

impl Copy for BCRYPT_DSA_KEY_BLOB_V2
[src]

impl Clone for BCRYPT_DSA_KEY_BLOB_V2
[src]

fn clone(&self) -> BCRYPT_DSA_KEY_BLOB_V2

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