#[repr(C)]
pub struct HTTP_SERVER_AUTHENTICATION_INFO { pub Flags: HTTP_PROPERTY_FLAGS, pub AuthSchemes: ULONG, pub ReceiveMutualAuth: BOOLEAN, pub ReceiveContextHandle: BOOLEAN, pub DisableNTLMCredentialCaching: BOOLEAN, pub ExFlags: UCHAR, pub DigestParams: HTTP_SERVER_AUTHENTICATION_DIGEST_PARAMS, pub BasicParams: HTTP_SERVER_AUTHENTICATION_BASIC_PARAMS, }

Fields§

§Flags: HTTP_PROPERTY_FLAGS§AuthSchemes: ULONG§ReceiveMutualAuth: BOOLEAN§ReceiveContextHandle: BOOLEAN§DisableNTLMCredentialCaching: BOOLEAN§ExFlags: UCHAR§DigestParams: HTTP_SERVER_AUTHENTICATION_DIGEST_PARAMS§BasicParams: HTTP_SERVER_AUTHENTICATION_BASIC_PARAMS

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.