#[repr(C)]pub struct SecPkgContext_ConnectionInfo {
pub dwProtocol: u32,
pub aiCipher: ALG_ID,
pub dwCipherStrength: u32,
pub aiHash: ALG_ID,
pub dwHashStrength: u32,
pub aiExch: ALG_ID,
pub dwExchStrength: u32,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields§
§dwProtocol: u32
§aiCipher: ALG_ID
§dwCipherStrength: u32
§aiHash: ALG_ID
§dwHashStrength: u32
§aiExch: ALG_ID
§dwExchStrength: u32
Trait Implementations§
§impl Clone for SecPkgContext_ConnectionInfo
impl Clone for SecPkgContext_ConnectionInfo
impl Copy for SecPkgContext_ConnectionInfo
Auto Trait Implementations§
impl RefUnwindSafe for SecPkgContext_ConnectionInfo
impl Send for SecPkgContext_ConnectionInfo
impl Sync for SecPkgContext_ConnectionInfo
impl Unpin for SecPkgContext_ConnectionInfo
impl UnwindSafe for SecPkgContext_ConnectionInfo
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more