pub struct PartialBinPacket {
pub packet: Packet,
pub initial_packet_recv: Instant,
}Expand description
A partial binary packet along when we started receiving it.
Fields§
§packet: PacketThe packet whose we are waiting for its attachments
initial_packet_recv: InstantWhen the initial packet is received, used in conjunction
with ParseConfig::packet_completion_timeout.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for PartialBinPacket
impl RefUnwindSafe for PartialBinPacket
impl Send for PartialBinPacket
impl Sync for PartialBinPacket
impl Unpin for PartialBinPacket
impl UnsafeUnpin for PartialBinPacket
impl UnwindSafe for PartialBinPacket
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