Struct windows_sys::Win32::Security::Authentication::Identity::TLS_PARAMETERS
#[repr(C)]pub struct TLS_PARAMETERS {
pub cAlpnIds: u32,
pub rgstrAlpnIds: *mut LSA_UNICODE_STRING,
pub grbitDisabledProtocols: u32,
pub cDisabledCrypto: u32,
pub pDisabledCrypto: *mut CRYPTO_SETTINGS,
pub dwFlags: u32,
}
Fields§
§cAlpnIds: u32
§rgstrAlpnIds: *mut LSA_UNICODE_STRING
§grbitDisabledProtocols: u32
§cDisabledCrypto: u32
§pDisabledCrypto: *mut CRYPTO_SETTINGS
§dwFlags: u32
Trait Implementations§
§impl Clone for TLS_PARAMETERS
impl Clone for TLS_PARAMETERS
impl Copy for TLS_PARAMETERS
Auto Trait Implementations§
impl RefUnwindSafe for TLS_PARAMETERS
impl !Send for TLS_PARAMETERS
impl !Sync for TLS_PARAMETERS
impl Unpin for TLS_PARAMETERS
impl UnwindSafe for TLS_PARAMETERS
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