[−][src]Struct f1_api::packet::lap::LapPacket
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.
Methods
impl LapPacket
[src]
impl LapPacket
[src]
pub fn header(&self) -> &Header
[src]
Returns the packet header prefixing the lap data packet.
pub fn laps(&self) -> &Vec<Lap>
[src]
Returns the laps for all 20 cars in a session.
Trait Implementations
impl Clone for LapPacket
[src]
impl Debug for LapPacket
[src]
impl PartialEq<LapPacket> for LapPacket
[src]
impl PartialOrd<LapPacket> for LapPacket
[src]
fn partial_cmp(&self, other: &LapPacket) -> Option<Ordering>
[src]
fn lt(&self, other: &LapPacket) -> bool
[src]
fn le(&self, other: &LapPacket) -> bool
[src]
fn gt(&self, other: &LapPacket) -> bool
[src]
fn ge(&self, other: &LapPacket) -> bool
[src]
impl StructuralPartialEq for LapPacket
[src]
Auto Trait Implementations
impl RefUnwindSafe for LapPacket
impl Send for LapPacket
impl Sync for LapPacket
impl Unpin for LapPacket
impl UnwindSafe for LapPacket
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,