Struct winapi::bcrypt::BCRYPT_DSA_PARAMETER_HEADER
[−]
[src]
pub struct BCRYPT_DSA_PARAMETER_HEADER {
pub cbLength: ULONG,
pub dwMagic: ULONG,
pub cbKeyLength: ULONG,
pub Count: [UCHAR; 4],
pub Seed: [UCHAR; 20],
pub q: [UCHAR; 20],
}Fields
cbLength | |
dwMagic | |
cbKeyLength | |
Count | |
Seed | |
q |
Trait Implementations
impl Copy for BCRYPT_DSA_PARAMETER_HEADER[src]
impl Clone for BCRYPT_DSA_PARAMETER_HEADER[src]
fn clone(&self) -> BCRYPT_DSA_PARAMETER_HEADER
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