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: ULONG BitLength: ULONG cbPublicExp: ULONG cbModulus: ULONG cbPrime1: ULONG cbPrime2: ULONG

Trait Implementations

impl Debug for BCRYPT_RSAKEY_BLOB
[src]

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

Formats the value using the given formatter.

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