Struct winapi::schannel::SecPkgContext_CipherInfo [] [src]

pub struct SecPkgContext_CipherInfo {
    pub dwVersion: DWORD,
    pub dwProtocol: DWORD,
    pub dwCipherSuite: DWORD,
    pub dwBaseCipherSuite: DWORD,
    pub szCipherSuite: [WCHAR; 64],
    pub szCipher: [WCHAR; 64],
    pub dwCipherLen: DWORD,
    pub dwCipherBlockLen: DWORD,
    pub szHash: [WCHAR; 64],
    pub dwHashLen: DWORD,
    pub szExchange: [WCHAR; 64],
    pub dwMinExchangeLen: DWORD,
    pub dwMaxExchangeLen: DWORD,
    pub szCertificate: [WCHAR; 64],
    pub dwKeyType: DWORD,
}

Fields

dwVersion: DWORD dwProtocol: DWORD dwCipherSuite: DWORD dwBaseCipherSuite: DWORD szCipherSuite: [WCHAR; 64] szCipher: [WCHAR; 64] dwCipherLen: DWORD dwCipherBlockLen: DWORD szHash: [WCHAR; 64] dwHashLen: DWORD szExchange: [WCHAR; 64] dwMinExchangeLen: DWORD dwMaxExchangeLen: DWORD szCertificate: [WCHAR; 64] dwKeyType: DWORD

Trait Implementations

impl Copy for SecPkgContext_CipherInfo
[src]

impl Clone for SecPkgContext_CipherInfo
[src]

fn clone(&self) -> SecPkgContext_CipherInfo

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