#[repr(C, packed(1))]pub struct dtls_hello_verify_t {
pub version: uint16,
pub cookie_length: uint8,
pub cookie: __IncompleteArrayField<uint8>,
}Expand description
Structure of the Hello Verify Request.
Fields§
§version: uint16< Server version
< Length of the included cookie
< up to 32 bytes making up the cookie
Trait Implementations§
Auto Trait Implementations§
impl Freeze for dtls_hello_verify_t
impl RefUnwindSafe for dtls_hello_verify_t
impl Send for dtls_hello_verify_t
impl Sync for dtls_hello_verify_t
impl Unpin for dtls_hello_verify_t
impl UnsafeUnpin for dtls_hello_verify_t
impl UnwindSafe for dtls_hello_verify_t
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