pub struct LapPacket { /* private fields */ }
Expand description
Packet containing lap data for all 20 cars in a session
The F1 games publish a lap packet that contains data on all 20 cars in a session. The packet is sent at a fixed interval that can be configured in the game.
Implementations§
Trait Implementations§
Source§impl PartialOrd for LapPacket
impl PartialOrd for LapPacket
impl StructuralPartialEq for LapPacket
Auto Trait Implementations§
impl Freeze for LapPacket
impl RefUnwindSafe for LapPacket
impl Send for LapPacket
impl Sync for LapPacket
impl Unpin for LapPacket
impl UnwindSafe for LapPacket
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