Struct winapi::sspi::SecPkgContext_SessionKey
[−]
[src]
pub struct SecPkgContext_SessionKey { pub SessionKeyLength: c_ulong, pub SessionKey: *mut c_uchar, }
Fields
SessionKeyLength | |
SessionKey |
Trait Implementations
impl Copy for SecPkgContext_SessionKey
[src]
impl Clone for SecPkgContext_SessionKey
[src]
fn clone(&self) -> SecPkgContext_SessionKey
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