Struct winapi::wincrypt::HMAC_INFO [] [src]

pub struct HMAC_INFO {
    pub HashAlgid: ALG_ID,
    pub pbInnerString: *mut BYTE,
    pub cbInnerString: DWORD,
    pub pbOuterString: *mut BYTE,
    pub cbOuterString: DWORD,
}

Fields

HashAlgid
pbInnerString
cbInnerString
pbOuterString
cbOuterString

Trait Implementations

impl Copy for HMAC_INFO
[src]

impl Clone for HMAC_INFO
[src]

fn clone(&self) -> HMAC_INFO

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

Derived Implementations

impl Debug for HMAC_INFO
[src]

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

Formats the value using the given formatter.