[][src]Struct CCODE::_RPC_HTTP_TRANSPORT_CREDENTIALS_V3_W

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

Fields

TransportCredentials: RPC_AUTH_IDENTITY_HANDLEFlags: c_ulongAuthenticationTarget: c_ulongNumberOfAuthnSchemes: c_ulongAuthnSchemes: *mut c_ulongServerCertificateSubject: *mut c_ushortProxyCredentials: RPC_AUTH_IDENTITY_HANDLENumberOfProxyAuthnSchemes: c_ulongProxyAuthnSchemes: *mut c_ulong

Trait Implementations

impl Clone for _RPC_HTTP_TRANSPORT_CREDENTIALS_V3_W[src]

impl Copy for _RPC_HTTP_TRANSPORT_CREDENTIALS_V3_W[src]

impl Debug for _RPC_HTTP_TRANSPORT_CREDENTIALS_V3_W[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.