#[repr(C)]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§
Source§impl Clone for SecPkgContext_ConnectionInfo
impl Clone for SecPkgContext_ConnectionInfo
Source§fn clone(&self) -> SecPkgContext_ConnectionInfo
fn clone(&self) -> SecPkgContext_ConnectionInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for SecPkgContext_ConnectionInfo
impl Default for SecPkgContext_ConnectionInfo
Source§fn default() -> SecPkgContext_ConnectionInfo
fn default() -> SecPkgContext_ConnectionInfo
Returns the “default value” for a type. Read more
impl Copy for SecPkgContext_ConnectionInfo
Auto Trait Implementations§
impl Freeze for SecPkgContext_ConnectionInfo
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