#[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: u32
CipherType: u32
CipherStrength: u32
HashType: u32
HashStrength: u32
KeyExchangeType: u32
KeyExchangeStrength: u32
Trait 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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more