Struct winapi::wincrypt::BLOBHEADER [] [src]

pub struct BLOBHEADER {
    pub bType: BYTE,
    pub bVersion: BYTE,
    pub reserved: WORD,
    pub aiKeyAlg: ALG_ID,
}

Fields

bType: BYTE bVersion: BYTE reserved: WORD aiKeyAlg: ALG_ID

Trait Implementations

impl Debug for BLOBHEADER
[src]

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

Formats the value using the given formatter.

impl Copy for BLOBHEADER
[src]

impl Clone for BLOBHEADER
[src]

fn clone(&self) -> BLOBHEADER

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