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 | |
cbKey | |
hashAlgorithm | |
standardVersion | |
cbSeedLength | |
cbGroupSize | |
Count |
Trait Implementations
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