Struct winapi::schannel::SecPkgContext_ConnectionInfo [] [src]

pub struct SecPkgContext_ConnectionInfo {
    pub dwProtocol: DWORD,
    pub aiCipher: ALG_ID,
    pub dwCipherStrength: DWORD,
    pub aiHash: ALG_ID,
    pub dwHashStrength: DWORD,
    pub aiExch: ALG_ID,
    pub dwExchStrength: DWORD,
}

Fields

dwProtocol
aiCipher
dwCipherStrength
aiHash
dwHashStrength
aiExch
dwExchStrength

Trait Implementations

Derived Implementations

impl Debug for SecPkgContext_ConnectionInfo

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

impl Copy for SecPkgContext_ConnectionInfo

impl Clone for SecPkgContext_ConnectionInfo

fn clone(&self) -> SecPkgContext_ConnectionInfo

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