Struct de_net::connection::dispatch::ResendResult
source · pub(crate) struct ResendResult {
pub(crate) failures: Vec<SocketAddr>,
pub(crate) pending: usize,
pub(crate) next: Instant,
}Fields§
§failures: Vec<SocketAddr>Vec of failed connections.
pending: usizeNumber of pending (not yet confirmed) datagrams.
next: InstantSoonest possible time of the next datagram resend.
Auto Trait Implementations§
impl Freeze for ResendResult
impl RefUnwindSafe for ResendResult
impl Send for ResendResult
impl Sync for ResendResult
impl Unpin for ResendResult
impl UnwindSafe for ResendResult
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