Struct windows_sys::Win32::Security::Authentication::Identity::SecPkgContext_NegotiatedTlsExtensions
#[repr(C)]pub struct SecPkgContext_NegotiatedTlsExtensions {
pub ExtensionsCount: u32,
pub Extensions: *mut u16,
}
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§
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