Struct winapi::http::HTTP_SERVICE_CONFIG_SSL_PARAM [] [src]

#[repr(C)]
pub struct HTTP_SERVICE_CONFIG_SSL_PARAM { pub SslHashLength: ULONG, pub pSslHash: PVOID, pub AppId: GUID, pub pSslCertStoreName: PWSTR, pub DefaultCertCheckMode: DWORD, pub DefaultRevocationFreshnessTime: DWORD, pub DefaultRevocationUrlRetrievalTimeout: DWORD, pub pDefaultSslCtlIdentifier: PWSTR, pub pDefaultSslCtlStoreName: PWSTR, pub DefaultFlags: DWORD, }

Fields

Trait Implementations

impl Debug for HTTP_SERVICE_CONFIG_SSL_PARAM
[src]

Formats the value using the given formatter.

impl Copy for HTTP_SERVICE_CONFIG_SSL_PARAM
[src]

impl Clone for HTTP_SERVICE_CONFIG_SSL_PARAM
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more