#[repr(C)]pub struct TLS_EXTENSION_SUBSCRIPTION {
pub ExtensionType: u16,
pub HandshakeType: u16,
}
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§
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