Struct winapi::schannel::SecPkgContext_Certificates [] [src]

pub struct SecPkgContext_Certificates {
    pub cCertificates: DWORD,
    pub cbCertificateChain: DWORD,
    pub pbCertificateChain: PBYTE,
}

Fields

cCertificates
cbCertificateChain
pbCertificateChain

Trait Implementations

Derived Implementations

impl Debug for SecPkgContext_Certificates

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

impl Copy for SecPkgContext_Certificates

impl Clone for SecPkgContext_Certificates

fn clone(&self) -> SecPkgContext_Certificates

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