Struct winapi::rpcdce::RPC_HTTP_TRANSPORT_CREDENTIALS_V2_W [] [src]

#[repr(C)]
pub struct RPC_HTTP_TRANSPORT_CREDENTIALS_V2_W { pub TransportCredentials: *mut SEC_WINNT_AUTH_IDENTITY_W, pub Flags: c_ulong, pub AuthenticationTarget: c_ulong, pub NumberOfAuthnSchemes: c_ulong, pub AuthnSchemes: *mut c_ulong, pub ServerCertificateSubject: *mut c_ushort, pub ProxyCredentials: *mut SEC_WINNT_AUTH_IDENTITY_W, pub NumberOfProxyAuthnSchemes: c_ulong, pub ProxyAuthnSchemes: *mut c_ulong, }

Fields

Trait Implementations

impl Debug for RPC_HTTP_TRANSPORT_CREDENTIALS_V2_W
[src]

Formats the value using the given formatter.

impl Copy for RPC_HTTP_TRANSPORT_CREDENTIALS_V2_W
[src]

impl Clone for RPC_HTTP_TRANSPORT_CREDENTIALS_V2_W
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more