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; SZ_ALG_MAX_SIZE], pub szCipher: [WCHAR; SZ_ALG_MAX_SIZE], pub dwCipherLen: DWORD, pub dwCipherBlockLen: DWORD, pub szHash: [WCHAR; SZ_ALG_MAX_SIZE], pub dwHashLen: DWORD, pub szExchange: [WCHAR; SZ_ALG_MAX_SIZE], pub dwMinExchangeLen: DWORD, pub dwMaxExchangeLen: DWORD, pub szCertificate: [WCHAR; SZ_ALG_MAX_SIZE], pub dwKeyType: DWORD, }
Fields
dwVersion | |
dwProtocol | |
dwCipherSuite | |
dwBaseCipherSuite | |
szCipherSuite | |
szCipher | |
dwCipherLen | |
dwCipherBlockLen | |
szHash | |
dwHashLen | |
szExchange | |
dwMinExchangeLen | |
dwMaxExchangeLen | |
szCertificate | |
dwKeyType |
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