#[repr(C)]
pub struct RPC_HTTP_TRANSPORT_CREDENTIALS_V2_W { pub TransportCredentials: *mut SEC_WINNT_AUTH_IDENTITY_W, pub Flags: RPC_C_HTTP_FLAGS, pub AuthenticationTarget: RPC_C_HTTP_AUTHN_TARGET, pub NumberOfAuthnSchemes: u32, pub AuthnSchemes: *mut u32, pub ServerCertificateSubject: *mut u16, pub ProxyCredentials: *mut SEC_WINNT_AUTH_IDENTITY_W, pub NumberOfProxyAuthnSchemes: u32, pub ProxyAuthnSchemes: *mut u32, }
Expand description

Required features: "Win32_System_Rpc"

Fields

TransportCredentials: *mut SEC_WINNT_AUTH_IDENTITY_WFlags: RPC_C_HTTP_FLAGSAuthenticationTarget: RPC_C_HTTP_AUTHN_TARGETNumberOfAuthnSchemes: u32AuthnSchemes: *mut u32ServerCertificateSubject: *mut u16ProxyCredentials: *mut SEC_WINNT_AUTH_IDENTITY_WNumberOfProxyAuthnSchemes: u32ProxyAuthnSchemes: *mut u32

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.