Struct msfs::sys::SIMCONNECT_RECV_EVENT_RACE_LAP
source · #[repr(C, packed)]pub struct SIMCONNECT_RECV_EVENT_RACE_LAP {
pub _base: SIMCONNECT_RECV_EVENT,
pub dwLapIndex: DWORD,
pub RacerData: SIMCONNECT_DATA_RACE_RESULT,
}
Fields§
§_base: SIMCONNECT_RECV_EVENT
§dwLapIndex: DWORD
§RacerData: SIMCONNECT_DATA_RACE_RESULT
Trait Implementations§
source§impl Clone for SIMCONNECT_RECV_EVENT_RACE_LAP
impl Clone for SIMCONNECT_RECV_EVENT_RACE_LAP
source§fn clone(&self) -> SIMCONNECT_RECV_EVENT_RACE_LAP
fn clone(&self) -> SIMCONNECT_RECV_EVENT_RACE_LAP
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for SIMCONNECT_RECV_EVENT_RACE_LAP
Auto Trait Implementations§
impl RefUnwindSafe for SIMCONNECT_RECV_EVENT_RACE_LAP
impl Send for SIMCONNECT_RECV_EVENT_RACE_LAP
impl Sync for SIMCONNECT_RECV_EVENT_RACE_LAP
impl Unpin for SIMCONNECT_RECV_EVENT_RACE_LAP
impl UnwindSafe for SIMCONNECT_RECV_EVENT_RACE_LAP
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