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: ULONG Flags: ULONG ProxyServerOffset: USHORT ProxyServerLength: USHORT ClientTlsCredOffset: USHORT ClientTlsCredLength: USHORT

Trait Implementations

impl Debug for SecPkgCredentials_KdcProxySettingsW
[src]

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

Formats the value using the given formatter.

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