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 | |
pbCertificateChain | |
cCertificates | |
fFlags | |
dwBits |
Trait Implementations
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