pub struct InboundPacket<'a> {
pub arrived_at: InstantMillis,
pub source_interface: InterfaceId,
pub bytes: &'a mut [u8],
}Fields§
§arrived_at: InstantMillis§source_interface: InterfaceId§bytes: &'a mut [u8]Trait Implementations§
Source§impl<'a> Debug for InboundPacket<'a>
impl<'a> Debug for InboundPacket<'a>
impl<'a> Eq for InboundPacket<'a>
Source§impl<'a> PartialEq for InboundPacket<'a>
impl<'a> PartialEq for InboundPacket<'a>
impl<'a> StructuralPartialEq for InboundPacket<'a>
Auto Trait Implementations§
impl<'a> !UnwindSafe for InboundPacket<'a>
impl<'a> Freeze for InboundPacket<'a>
impl<'a> RefUnwindSafe for InboundPacket<'a>
impl<'a> Send for InboundPacket<'a>
impl<'a> Sync for InboundPacket<'a>
impl<'a> Unpin for InboundPacket<'a>
impl<'a> UnsafeUnpin for InboundPacket<'a>
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