Struct winapi::schannel::SecPkgContext_SessionInfo
[−]
[src]
pub struct SecPkgContext_SessionInfo { pub dwFlags: DWORD, pub cbSessionId: DWORD, pub rgbSessionId: [BYTE; 32], }
Fields
dwFlags | |
cbSessionId | |
rgbSessionId |
Trait Implementations
impl Copy for SecPkgContext_SessionInfo
[src]
impl Clone for SecPkgContext_SessionInfo
[src]
fn clone(&self) -> SecPkgContext_SessionInfo
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