#[repr(C)]pub struct HTTP_SSL_PROTOCOL_INFO {
pub Protocol: u32,
pub CipherType: u32,
pub CipherStrength: u32,
pub HashType: u32,
pub HashStrength: u32,
pub KeyExchangeType: u32,
pub KeyExchangeStrength: u32,
}Expand description
Required features: ‘Win32_Networking_HttpServer’
Fields
Protocol: u32CipherType: u32CipherStrength: u32HashType: u32HashStrength: u32KeyExchangeType: u32KeyExchangeStrength: u32Trait Implementations
impl Clone for HTTP_SSL_PROTOCOL_INFO
impl Clone for HTTP_SSL_PROTOCOL_INFO
impl Copy for HTTP_SSL_PROTOCOL_INFO
Auto Trait Implementations
impl RefUnwindSafe for HTTP_SSL_PROTOCOL_INFO
impl Send for HTTP_SSL_PROTOCOL_INFO
impl Sync for HTTP_SSL_PROTOCOL_INFO
impl Unpin for HTTP_SSL_PROTOCOL_INFO
impl UnwindSafe for HTTP_SSL_PROTOCOL_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more