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: DWORD aiCipher: ALG_ID dwCipherStrength: DWORD aiHash: ALG_ID dwHashStrength: DWORD aiExch: ALG_ID dwExchStrength: DWORD

Trait Implementations

impl Debug for SecPkgContext_ConnectionInfo
[src]

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

Formats the value using the given formatter.

impl Copy for SecPkgContext_ConnectionInfo
[src]

impl Clone for SecPkgContext_ConnectionInfo
[src]

fn clone(&self) -> SecPkgContext_ConnectionInfo

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