Struct msfs::sys::SIMCONNECT_DATA_RACE_RESULT
source · #[repr(C, packed)]pub struct SIMCONNECT_DATA_RACE_RESULT {
pub dwNumberOfRacers: DWORD,
pub MissionGUID: GUID,
pub szPlayerName: [c_char; 260],
pub szSessionType: [c_char; 260],
pub szAircraft: [c_char; 260],
pub szPlayerRole: [c_char; 260],
pub fTotalTime: f64,
pub fPenaltyTime: f64,
pub dwIsDisqualified: DWORD,
}
Fields§
§dwNumberOfRacers: DWORD
§MissionGUID: GUID
§szPlayerName: [c_char; 260]
§szSessionType: [c_char; 260]
§szAircraft: [c_char; 260]
§szPlayerRole: [c_char; 260]
§fTotalTime: f64
§fPenaltyTime: f64
§dwIsDisqualified: DWORD
Trait Implementations§
source§impl Clone for SIMCONNECT_DATA_RACE_RESULT
impl Clone for SIMCONNECT_DATA_RACE_RESULT
source§fn clone(&self) -> SIMCONNECT_DATA_RACE_RESULT
fn clone(&self) -> SIMCONNECT_DATA_RACE_RESULT
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 moresource§impl Debug for SIMCONNECT_DATA_RACE_RESULT
impl Debug for SIMCONNECT_DATA_RACE_RESULT
impl Copy for SIMCONNECT_DATA_RACE_RESULT
Auto Trait Implementations§
impl RefUnwindSafe for SIMCONNECT_DATA_RACE_RESULT
impl Send for SIMCONNECT_DATA_RACE_RESULT
impl Sync for SIMCONNECT_DATA_RACE_RESULT
impl Unpin for SIMCONNECT_DATA_RACE_RESULT
impl UnwindSafe for SIMCONNECT_DATA_RACE_RESULT
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