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

Required features: "Win32_System_Rpc"

Fields

TransportCredentials: *mut c_voidFlags: RPC_C_HTTP_FLAGSAuthenticationTarget: RPC_C_HTTP_AUTHN_TARGETNumberOfAuthnSchemes: u32AuthnSchemes: *mut u32ServerCertificateSubject: *mut u8ProxyCredentials: *mut c_voidNumberOfProxyAuthnSchemes: 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.