#[repr(C)]pub struct SecPkgContext_ConnectionInfoEx {
pub dwVersion: u32,
pub dwProtocol: u32,
pub szCipher: [u16; 64],
pub dwCipherStrength: u32,
pub szHash: [u16; 64],
pub dwHashStrength: u32,
pub szExchange: [u16; 64],
pub dwExchStrength: u32,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
dwVersion: u32
dwProtocol: u32
szCipher: [u16; 64]
dwCipherStrength: u32
szHash: [u16; 64]
dwHashStrength: u32
szExchange: [u16; 64]
dwExchStrength: u32
Trait Implementations
impl Clone for SecPkgContext_ConnectionInfoEx
impl Clone for SecPkgContext_ConnectionInfoEx
impl Copy for SecPkgContext_ConnectionInfoEx
Auto Trait Implementations
impl RefUnwindSafe for SecPkgContext_ConnectionInfoEx
impl Send for SecPkgContext_ConnectionInfoEx
impl Sync for SecPkgContext_ConnectionInfoEx
impl Unpin for SecPkgContext_ConnectionInfoEx
impl UnwindSafe for SecPkgContext_ConnectionInfoEx
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more