#[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§
§SslHashLength: ULONG
§pSslHash: PVOID
§AppId: GUID
§pSslCertStoreName: PWSTR
§DefaultCertCheckMode: DWORD
§DefaultRevocationFreshnessTime: DWORD
§DefaultRevocationUrlRetrievalTimeout: DWORD
§pDefaultSslCtlIdentifier: PWSTR
§pDefaultSslCtlStoreName: PWSTR
§DefaultFlags: DWORD
Trait Implementations§
Source§impl Clone for HTTP_SERVICE_CONFIG_SSL_PARAM
impl Clone for HTTP_SERVICE_CONFIG_SSL_PARAM
Source§fn clone(&self) -> HTTP_SERVICE_CONFIG_SSL_PARAM
fn clone(&self) -> HTTP_SERVICE_CONFIG_SSL_PARAM
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for HTTP_SERVICE_CONFIG_SSL_PARAM
impl Default for HTTP_SERVICE_CONFIG_SSL_PARAM
Source§fn default() -> HTTP_SERVICE_CONFIG_SSL_PARAM
fn default() -> HTTP_SERVICE_CONFIG_SSL_PARAM
Returns the “default value” for a type. Read more
impl Copy for HTTP_SERVICE_CONFIG_SSL_PARAM
Auto Trait Implementations§
impl Freeze for HTTP_SERVICE_CONFIG_SSL_PARAM
impl RefUnwindSafe for HTTP_SERVICE_CONFIG_SSL_PARAM
impl !Send for HTTP_SERVICE_CONFIG_SSL_PARAM
impl !Sync for HTTP_SERVICE_CONFIG_SSL_PARAM
impl Unpin for HTTP_SERVICE_CONFIG_SSL_PARAM
impl UnwindSafe for HTTP_SERVICE_CONFIG_SSL_PARAM
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more