#[repr(C)]pub struct dtls_hs_state_t {
pub mseq_s: u16,
pub mseq_r: u16,
pub read_epoch: u16,
pub hs_hash: dtls_hash_ctx,
pub ext_hash: dtls_hash_ctx,
}Fields§
§mseq_s: u16< send handshake message sequence number counter
mseq_r: u16< received handshake message sequence number counter
read_epoch: u16< handshake’s current read epoch
hs_hash: dtls_hash_ctx§ext_hash: dtls_hash_ctxTrait Implementations§
Source§impl Clone for dtls_hs_state_t
impl Clone for dtls_hs_state_t
Source§fn clone(&self) -> dtls_hs_state_t
fn clone(&self) -> dtls_hs_state_t
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for dtls_hs_state_t
impl Debug for dtls_hs_state_t
impl Copy for dtls_hs_state_t
Auto Trait Implementations§
impl Freeze for dtls_hs_state_t
impl RefUnwindSafe for dtls_hs_state_t
impl Send for dtls_hs_state_t
impl Sync for dtls_hs_state_t
impl Unpin for dtls_hs_state_t
impl UnwindSafe for dtls_hs_state_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