Struct winapi::rpcdce::RPC_HTTP_TRANSPORT_CREDENTIALS_V3_W
[−]
[src]
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: *mut RPC_AUTH_IDENTITY_HANDLE, pub NumberOfProxyAuthnSchemes: c_ulong, pub ProxyAuthnSchemes: *mut c_ulong, }
Fields
TransportCredentials | |
Flags | |
AuthenticationTarget | |
NumberOfAuthnSchemes | |
AuthnSchemes | |
ServerCertificateSubject | |
ProxyCredentials | |
NumberOfProxyAuthnSchemes | |
ProxyAuthnSchemes |
Trait Implementations
impl Copy for RPC_HTTP_TRANSPORT_CREDENTIALS_V3_W
[src]
impl Clone for RPC_HTTP_TRANSPORT_CREDENTIALS_V3_W
[src]
fn clone(&self) -> RPC_HTTP_TRANSPORT_CREDENTIALS_V3_W
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