Struct winapi::bcrypt::BCRYPT_DSA_PARAMETER_HEADER_V2
[−]
[src]
pub struct BCRYPT_DSA_PARAMETER_HEADER_V2 { pub cbLength: ULONG, pub dwMagic: ULONG, pub cbKeyLength: ULONG, pub hashAlgorithm: HASHALGORITHM_ENUM, pub standardVersion: DSAFIPSVERSION_ENUM, pub cbSeedLength: ULONG, pub cbGroupSize: ULONG, pub Count: [UCHAR; 4], }
Fields
cbLength | |
dwMagic | |
cbKeyLength | |
hashAlgorithm | |
standardVersion | |
cbSeedLength | |
cbGroupSize | |
Count |
Trait Implementations
impl Copy for BCRYPT_DSA_PARAMETER_HEADER_V2
[src]
impl Clone for BCRYPT_DSA_PARAMETER_HEADER_V2
[src]
fn clone(&self) -> BCRYPT_DSA_PARAMETER_HEADER_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