Struct srt_protocol::protocol::pending_connection::rendezvous::Rendezvous
source · 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 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