Struct winapi::bcrypt::BCRYPT_RSAKEY_BLOB
[−]
[src]
pub struct BCRYPT_RSAKEY_BLOB { pub Magic: ULONG, pub BitLength: ULONG, pub cbPublicExp: ULONG, pub cbModulus: ULONG, pub cbPrime1: ULONG, pub cbPrime2: ULONG, }
Fields
Magic | |
BitLength | |
cbPublicExp | |
cbModulus | |
cbPrime1 | |
cbPrime2 |
Trait Implementations
impl Copy for BCRYPT_RSAKEY_BLOB
[src]
impl Clone for BCRYPT_RSAKEY_BLOB
[src]
fn clone(&self) -> BCRYPT_RSAKEY_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