pub enum Formula {
ClassicF1,
GenericF1,
ModernF1,
F2,
}
Expand description
Types of formula racing supported by the F1 games
The F1 games support different types of formula racing, with newer games typically supporting more than older games.
Variants§
Trait Implementations§
Source§impl Ord for Formula
impl Ord for Formula
Source§impl PartialOrd for Formula
impl PartialOrd for Formula
impl Copy for Formula
impl Eq for Formula
impl StructuralPartialEq for Formula
Auto Trait Implementations§
impl Freeze for Formula
impl RefUnwindSafe for Formula
impl Send for Formula
impl Sync for Formula
impl Unpin for Formula
impl UnwindSafe for Formula
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