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

#[repr(C)]
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_AFlags: c_ulongAuthenticationTarget: c_ulongNumberOfAuthnSchemes: c_ulongAuthnSchemes: *mut c_ulongServerCertificateSubject: *mut c_ucharProxyCredentials: *mut SEC_WINNT_AUTH_IDENTITY_ANumberOfProxyAuthnSchemes: c_ulongProxyAuthnSchemes: *mut c_ulong

Trait Implementations

impl Copy for RPC_HTTP_TRANSPORT_CREDENTIALS_V2_A[src]

impl Clone for RPC_HTTP_TRANSPORT_CREDENTIALS_V2_A[src]

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

Performs copy-assignment from source. Read more

impl Default for RPC_HTTP_TRANSPORT_CREDENTIALS_V2_A[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.

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

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

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

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