Struct windows_sys::Win32::Security::Authentication::Identity::SecPkgContext_NegotiatedTlsExtensions
[−]#[repr(C)]pub struct SecPkgContext_NegotiatedTlsExtensions {
pub ExtensionsCount: u32,
pub Extensions: *mut u16,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
ExtensionsCount: u32
Extensions: *mut u16
Trait Implementations
impl Copy for SecPkgContext_NegotiatedTlsExtensions
Auto Trait Implementations
impl RefUnwindSafe for SecPkgContext_NegotiatedTlsExtensions
impl !Send for SecPkgContext_NegotiatedTlsExtensions
impl !Sync for SecPkgContext_NegotiatedTlsExtensions
impl Unpin for SecPkgContext_NegotiatedTlsExtensions
impl UnwindSafe for SecPkgContext_NegotiatedTlsExtensions
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