Struct winapi::sspi::SecPkgCredentials_KdcProxySettingsW
[−]
[src]
pub struct SecPkgCredentials_KdcProxySettingsW {
pub Version: ULONG,
pub Flags: ULONG,
pub ProxyServerOffset: USHORT,
pub ProxyServerLength: USHORT,
pub ClientTlsCredOffset: USHORT,
pub ClientTlsCredLength: USHORT,
}Fields
Version | |
Flags | |
ProxyServerOffset | |
ProxyServerLength | |
ClientTlsCredOffset | |
ClientTlsCredLength |
Trait Implementations
impl Copy for SecPkgCredentials_KdcProxySettingsW[src]
impl Clone for SecPkgCredentials_KdcProxySettingsW[src]
fn clone(&self) -> SecPkgCredentials_KdcProxySettingsW
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