Struct winapi::rpcdce::RPC_HTTP_TRANSPORT_CREDENTIALS_V2_A [] [src]

pub struct RPC_HTTP_TRANSPORT_CREDENTIALS_V2_A {
    pub TransportCredentials: *mut SEC_WINNT_AUTH_IDENTITY_A,
    pub Flags: c_ulong,
    pub AuthenticationTarget: c_ulong,
    pub NumberOfAuthnSchemes: c_ulong,
    pub AuthnSchemes: *mut c_ulong,
    pub ServerCertificateSubject: *mut c_uchar,
    pub ProxyCredentials: *mut SEC_WINNT_AUTH_IDENTITY_A,
    pub NumberOfProxyAuthnSchemes: c_ulong,
    pub ProxyAuthnSchemes: *mut c_ulong,
}

Fields

TransportCredentials: *mut SEC_WINNT_AUTH_IDENTITY_A Flags: c_ulong AuthenticationTarget: c_ulong NumberOfAuthnSchemes: c_ulong AuthnSchemes: *mut c_ulong ServerCertificateSubject: *mut c_uchar ProxyCredentials: *mut SEC_WINNT_AUTH_IDENTITY_A NumberOfProxyAuthnSchemes: c_ulong ProxyAuthnSchemes: *mut c_ulong

Trait Implementations

impl Debug for RPC_HTTP_TRANSPORT_CREDENTIALS_V2_A
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for RPC_HTTP_TRANSPORT_CREDENTIALS_V2_A
[src]

impl Clone for RPC_HTTP_TRANSPORT_CREDENTIALS_V2_A
[src]

fn clone(&self) -> RPC_HTTP_TRANSPORT_CREDENTIALS_V2_A

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more