pub struct EndpointDriver {}Expand description
A driver that manages a QUIC endpoint’s event loop.
It handles reading incoming UDP packets, feeding them to the internal connection state machines, transmitting outgoing packets, and managing timers.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EndpointDriver
impl RefUnwindSafe for EndpointDriver
impl Send for EndpointDriver
impl Sync for EndpointDriver
impl Unpin for EndpointDriver
impl UnsafeUnpin for EndpointDriver
impl UnwindSafe for EndpointDriver
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