Enum winapi::schannel::eTlsHashAlgorithm [] [src]

pub enum eTlsHashAlgorithm {
    TlsHashAlgorithm_None,
    TlsHashAlgorithm_Md5,
    TlsHashAlgorithm_Sha1,
    TlsHashAlgorithm_Sha224,
    TlsHashAlgorithm_Sha256,
    TlsHashAlgorithm_Sha384,
    TlsHashAlgorithm_Sha512,
}

Variants

TlsHashAlgorithm_NoneTlsHashAlgorithm_Md5TlsHashAlgorithm_Sha1TlsHashAlgorithm_Sha224TlsHashAlgorithm_Sha256TlsHashAlgorithm_Sha384TlsHashAlgorithm_Sha512

Trait Implementations

impl Debug for eTlsHashAlgorithm
[src]

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

Formats the value using the given formatter.

impl Copy for eTlsHashAlgorithm
[src]

impl Clone for eTlsHashAlgorithm
[src]

fn clone(&self) -> eTlsHashAlgorithm

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