Struct winapi::http::HTTP_SSL_INFO
[−]
[src]
pub struct HTTP_SSL_INFO { pub ServerCertKeySize: USHORT, pub ConnectionKeySize: USHORT, pub ServerCertIssuerSize: ULONG, pub ServerCertSubjectSize: ULONG, pub pServerCertIssuer: PCSTR, pub pServerCertSubject: PCSTR, pub pClientCertInfo: PHTTP_SSL_CLIENT_CERT_INFO, pub SslClientCertNegotiated: ULONG, }
Fields
ServerCertKeySize | |
ConnectionKeySize | |
ServerCertIssuerSize | |
ServerCertSubjectSize | |
pServerCertIssuer | |
pServerCertSubject | |
pClientCertInfo | |
SslClientCertNegotiated |
Trait Implementations
impl Copy for HTTP_SSL_INFO
[src]
impl Clone for HTTP_SSL_INFO
[src]
fn clone(&self) -> HTTP_SSL_INFO
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