Struct winapi::http::HTTP_SSL_INFO [] [src]

#[repr(C)]
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

Trait Implementations

impl Debug for HTTP_SSL_INFO
[src]

Formats the value using the given formatter.

impl Copy for HTTP_SSL_INFO
[src]

impl Clone for HTTP_SSL_INFO
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more