#[repr(C)]pub struct SEND_GENERIC_TLS_EXTENSION {
pub ExtensionType: u16,
pub HandshakeType: u16,
pub Flags: u32,
pub BufferSize: u16,
pub Buffer: [u8; 1],
}
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§
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