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

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

Fields

cCertificates: DWORD cbCertificateChain: DWORD pbCertificateChain: PBYTE

Trait Implementations

impl Debug for SecPkgContext_Certificates
[src]

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

Formats the value using the given formatter.

impl Copy for SecPkgContext_Certificates
[src]

impl Clone for SecPkgContext_Certificates
[src]

fn clone(&self) -> SecPkgContext_Certificates

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