pub enum Game {
EuroTruckSimulator2,
AmericanTruckSimulator,
Other,
}Expand description
Recognized games which implement the SCS Telemetry SDK.
Unknown identifiers are retained in GameInfo::id even when this enum is
Game::Other, allowing future SCS titles and third-party fixtures to be
diagnosed without exposing their C-string representation.
Variants§
Trait Implementations§
impl Copy for Game
impl Eq for Game
impl StructuralPartialEq for Game
Auto Trait Implementations§
impl Freeze for Game
impl RefUnwindSafe for Game
impl Send for Game
impl Sync for Game
impl Unpin for Game
impl UnsafeUnpin for Game
impl UnwindSafe for Game
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