Struct winapi::schannel::SecPkgContext_SupportedSignatures [] [src]

pub struct SecPkgContext_SupportedSignatures {
    pub cSignatureAndHashAlgorithms: WORD,
    pub pSignatureAndHashAlgorithms: *mut WORD,
}

Fields

cSignatureAndHashAlgorithms
pSignatureAndHashAlgorithms

Trait Implementations

Derived Implementations

impl Debug for SecPkgContext_SupportedSignatures

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

impl Copy for SecPkgContext_SupportedSignatures

impl Clone for SecPkgContext_SupportedSignatures

fn clone(&self) -> SecPkgContext_SupportedSignatures

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