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
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