pub struct Rendezvous { /* private fields */ }Implementations§
Source§impl Rendezvous
impl Rendezvous
pub fn new( local_addr: SocketAddr, remote_public: SocketAddr, init_settings: ConnInitSettings, starting_seqnum: SeqNumber, ) -> Self
Source§impl Rendezvous
impl Rendezvous
pub fn handle_packet( &mut self, packet: ReceivePacketResult, now: Instant, ) -> ConnectionResult
pub fn handle_tick(&mut self, now: Instant) -> ConnectionResult
Auto Trait Implementations§
impl !Freeze for Rendezvous
impl RefUnwindSafe for Rendezvous
impl Send for Rendezvous
impl Sync for Rendezvous
impl Unpin for Rendezvous
impl UnwindSafe for Rendezvous
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