Struct winapi::schannel::SecPkgContext_SessionInfo [] [src]

pub struct SecPkgContext_SessionInfo {
    pub dwFlags: DWORD,
    pub cbSessionId: DWORD,
    pub rgbSessionId: [BYTE; 32],
}

Fields

dwFlags: DWORD cbSessionId: DWORD rgbSessionId: [BYTE; 32]

Trait Implementations

impl Debug for SecPkgContext_SessionInfo
[src]

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

Formats the value using the given formatter.

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