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: USHORT ConnectionKeySize: USHORT ServerCertIssuerSize: ULONG ServerCertSubjectSize: ULONG pServerCertIssuer: PCSTR pServerCertSubject: PCSTR pClientCertInfo: PHTTP_SSL_CLIENT_CERT_INFO SslClientCertNegotiated: ULONG

Trait Implementations

impl Debug for HTTP_SSL_INFO
[src]

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

Formats the value using the given formatter.

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