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: c_ulong KeyLength: c_ushort KeyValue: *mut c_uchar VerifyKeyType: c_ulong VerifyKeyLength: c_ushort VerifyKeyValue: *mut c_uchar

Trait Implementations

impl Debug for SecPkgContext_NegoKeys
[src]

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

Formats the value using the given formatter.

impl Copy for SecPkgContext_NegoKeys
[src]

impl Clone for SecPkgContext_NegoKeys
[src]

fn clone(&self) -> SecPkgContext_NegoKeys

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