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
dwFlags
hProv
ShaHash

Trait Implementations

Derived Implementations

impl Debug for SCHANNEL_CERT_HASH

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

impl Copy for SCHANNEL_CERT_HASH

impl Clone for SCHANNEL_CERT_HASH

fn clone(&self) -> SCHANNEL_CERT_HASH

fn clone_from(&mut self, source: &Self)