Struct winapi::bcrypt::BCRYPT_DSA_KEY_BLOB [] [src]

pub struct BCRYPT_DSA_KEY_BLOB {
    pub dwMagic: ULONG,
    pub cbKey: ULONG,
    pub Count: [UCHAR; 4],
    pub Seed: [UCHAR; 20],
    pub q: [UCHAR; 20],
}

Fields

dwMagic: ULONG cbKey: ULONG Count: [UCHAR; 4] Seed: [UCHAR; 20] q: [UCHAR; 20]

Trait Implementations

impl Debug for BCRYPT_DSA_KEY_BLOB
[src]

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

Formats the value using the given formatter.

impl Copy for BCRYPT_DSA_KEY_BLOB
[src]

impl Clone for BCRYPT_DSA_KEY_BLOB
[src]

fn clone(&self) -> BCRYPT_DSA_KEY_BLOB

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