Struct winapi::schannel::SCHANNEL_CERT_HASH [] [src]

pub struct SCHANNEL_CERT_HASH {
    pub dwLength: DWORD,
    pub dwFlags: DWORD,
    pub hProv: HCRYPTPROV,
    pub ShaHash: [BYTE; 20],
}

Fields

dwLength: DWORD dwFlags: DWORD hProv: HCRYPTPROV ShaHash: [BYTE; 20]

Trait Implementations

impl Debug for SCHANNEL_CERT_HASH
[src]

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

Formats the value using the given formatter.

impl Copy for SCHANNEL_CERT_HASH
[src]

impl Clone for SCHANNEL_CERT_HASH
[src]

fn clone(&self) -> SCHANNEL_CERT_HASH

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