pub struct OneRtt {
pub dst_cid: ConnectionId,
pub spin: u8,
pub key_phase: u8,
pub packet_number: u32,
}Fields§
§dst_cid: ConnectionId§spin: u8§key_phase: u8§packet_number: u32Auto Trait Implementations§
impl Freeze for OneRtt
impl RefUnwindSafe for OneRtt
impl Send for OneRtt
impl Sync for OneRtt
impl Unpin for OneRtt
impl UnwindSafe for OneRtt
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