Struct winapi::sspi::SecPkgContext_NegoKeys [] [src]

pub struct SecPkgContext_NegoKeys {
    pub KeyType: c_ulong,
    pub KeyLength: c_ushort,
    pub KeyValue: *mut c_uchar,
    pub VerifyKeyType: c_ulong,
    pub VerifyKeyLength: c_ushort,
    pub VerifyKeyValue: *mut c_uchar,
}

Fields

KeyType
KeyLength
KeyValue
VerifyKeyType
VerifyKeyLength
VerifyKeyValue

Trait Implementations

Derived Implementations

impl Debug for SecPkgContext_NegoKeys

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

impl Copy for SecPkgContext_NegoKeys

impl Clone for SecPkgContext_NegoKeys

fn clone(&self) -> SecPkgContext_NegoKeys

fn clone_from(&mut self, source: &Self)