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