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

Derived Implementations

impl Debug for SecPkgContext_SessionInfo

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

impl Copy for SecPkgContext_SessionInfo

impl Clone for SecPkgContext_SessionInfo

fn clone(&self) -> SecPkgContext_SessionInfo

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