#[repr(C)]pub struct SEND_GENERIC_TLS_EXTENSION {
pub ExtensionType: u16,
pub HandshakeType: u16,
pub Flags: u32,
pub BufferSize: u16,
pub Buffer: [u8; 1],
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
ExtensionType: u16
HandshakeType: u16
Flags: u32
BufferSize: u16
Buffer: [u8; 1]
Trait Implementations
impl Clone for SEND_GENERIC_TLS_EXTENSION
impl Clone for SEND_GENERIC_TLS_EXTENSION
impl Copy for SEND_GENERIC_TLS_EXTENSION
Auto Trait Implementations
impl RefUnwindSafe for SEND_GENERIC_TLS_EXTENSION
impl Send for SEND_GENERIC_TLS_EXTENSION
impl Sync for SEND_GENERIC_TLS_EXTENSION
impl Unpin for SEND_GENERIC_TLS_EXTENSION
impl UnwindSafe for SEND_GENERIC_TLS_EXTENSION
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