#[repr(C)]pub struct INTERNET_SECURITY_CONNECTION_INFO {
pub dwSize: u32,
pub fSecure: BOOL,
pub connectionInfo: SecPkgContext_ConnectionInfo,
pub cipherInfo: SecPkgContext_CipherInfo,
}Expand description
Required features: "Win32_Foundation", "Win32_Security_Authentication_Identity", "Win32_Security_Cryptography"
Fields§
§dwSize: u32§fSecure: BOOL§connectionInfo: SecPkgContext_ConnectionInfo§cipherInfo: SecPkgContext_CipherInfoTrait Implementations§
§impl Clone for INTERNET_SECURITY_CONNECTION_INFO
impl Clone for INTERNET_SECURITY_CONNECTION_INFO
impl Copy for INTERNET_SECURITY_CONNECTION_INFO
Auto Trait Implementations§
impl RefUnwindSafe for INTERNET_SECURITY_CONNECTION_INFO
impl Send for INTERNET_SECURITY_CONNECTION_INFO
impl Sync for INTERNET_SECURITY_CONNECTION_INFO
impl Unpin for INTERNET_SECURITY_CONNECTION_INFO
impl UnwindSafe for INTERNET_SECURITY_CONNECTION_INFO
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