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
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