Struct winapi::wincrypt::BLOBHEADER
[−]
[src]
pub struct BLOBHEADER { pub bType: BYTE, pub bVersion: BYTE, pub reserved: WORD, pub aiKeyAlg: ALG_ID, }
Fields
bType | |
bVersion | |
reserved | |
aiKeyAlg |
Trait Implementations
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