Struct winapi::schannel::SecPkgContext_RemoteCredentialInfo [] [src]

pub struct SecPkgContext_RemoteCredentialInfo {
    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_RemoteCredentialInfo
[src]

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

Formats the value using the given formatter.

impl Copy for SecPkgContext_RemoteCredentialInfo
[src]

impl Clone for SecPkgContext_RemoteCredentialInfo
[src]

fn clone(&self) -> SecPkgContext_RemoteCredentialInfo

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