Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
ExtensionType: u16
HandshakeType: u16
Trait Implementations
impl Clone for TLS_EXTENSION_SUBSCRIPTION
impl Clone for TLS_EXTENSION_SUBSCRIPTION
impl Copy for TLS_EXTENSION_SUBSCRIPTION
Auto Trait Implementations
impl RefUnwindSafe for TLS_EXTENSION_SUBSCRIPTION
impl Send for TLS_EXTENSION_SUBSCRIPTION
impl Sync for TLS_EXTENSION_SUBSCRIPTION
impl Unpin for TLS_EXTENSION_SUBSCRIPTION
impl UnwindSafe for TLS_EXTENSION_SUBSCRIPTION
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