Struct winapi::schannel::SecPkgContext_LocalCredentialInfo [] [src]

pub struct SecPkgContext_LocalCredentialInfo {
    pub cbCertificateChain: DWORD,
    pub pbCertificateChain: PBYTE,
    pub cCertificates: DWORD,
    pub fFlags: DWORD,
    pub dwBits: DWORD,
}

Fields

cbCertificateChain: DWORD pbCertificateChain: PBYTE cCertificates: DWORD fFlags: DWORD dwBits: DWORD

Trait Implementations

impl Debug for SecPkgContext_LocalCredentialInfo
[src]

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

Formats the value using the given formatter.

impl Copy for SecPkgContext_LocalCredentialInfo
[src]

impl Clone for SecPkgContext_LocalCredentialInfo
[src]

fn clone(&self) -> SecPkgContext_LocalCredentialInfo

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