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
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