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
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