pub enum Category {
Show 52 variants
Arcade,
BallAndPaddle,
BoardGame,
Calculator,
CardGames,
Climbing,
Computer,
ComputerGraphicWorkstation,
DigitalCamera,
DigitalSimulator,
Driving,
Electromechanical,
Fighter,
Gambling,
Game,
GameConsole,
GameConsoleComputer,
Handheld,
Maze,
MedalGame,
MedicalEquipment,
Misc,
MultiGame,
Multiplay,
Music,
MusicGame,
Platform,
Player,
Printer,
Puzzle,
Quiz,
Radio,
RedemptionGame,
Shooter,
Simulation,
SlotMachine,
Sports,
System,
TTLBallAndPaddle,
TTLDriving,
TTLMaze,
TTLQuiz,
TTLShooter,
TTLSports,
TVBundle,
Tablet,
Tabletop,
Telephone,
Touchscreen,
Utilities,
Watch,
WhacAMole,
}
Expand description
Represents the different categories a machine can belong to.
The Category
enum defines various categories that a machine can be classified into.
These categories represent different types of machines or devices, such as arcade games,
simulators, computers, gambling machines, and more.
§Variants
Arcade
- Represents arcade machines.BallAndPaddle
- Represents machines involving ball and paddle gameplay.BoardGame
- Represents board game machines.Calculator
- Represents calculator devices.CardGames
- Represents machines for playing card games.Climbing
- Represents climbing-related machines.Computer
- Represents general-purpose computer machines.ComputerGraphicWorkstation
- Represents computer graphic workstations.DigitalCamera
- Represents digital cameras.DigitalSimulator
- Represents digital simulators.Driving
- Represents driving simulation machines.Electromechanical
- Represents electromechanical machines.Fighter
- Represents fighting game machines.Gambling
- Represents gambling machines.Game
- Represents general game machines.GameConsole
- Represents game consoles.GameConsoleComputer
- Represents devices that function as both a game console and a computer.Handheld
- Represents handheld gaming devices.Maze
- Represents maze-type game machines.MedalGame
- Represents medal-based game machines.MedicalEquipment
- Represents machines used as medical equipment.Misc
- Represents miscellaneous machines not covered by other categories.MultiGame
- Represents machines that support multiple games.Multiplay
- Represents multiplayer gaming machines.Music
- Represents music-related devices.MusicGame
- Represents machines specifically for music games.Platform
- Represents platform game machines.Player
- Represents player-specific machines.Printer
- Represents printing devices.Puzzle
- Represents puzzle game machines.Quiz
- Represents quiz game machines.Radio
- Represents radio devices.RedemptionGame
- Represents redemption game machines.Shooter
- Represents shooting game machines.Simulation
- Represents simulation machines.SlotMachine
- Represents slot machines.Sports
- Represents sports game machines.System
- Represents system-level devices or machines.TTLBallAndPaddle
- Represents TTL (Transistor-Transistor Logic) ball and paddle games.TTLDriving
- Represents TTL driving games.TTLMaze
- Represents TTL maze games.TTLQuiz
- Represents TTL quiz games.TTLShooter
- Represents TTL shooter games.TTLSports
- Represents TTL sports games.TVBundle
- Represents machines or devices bundled with a TV.Tablet
- Represents tablet devices.Tabletop
- Represents tabletop game machines.Telephone
- Represents telephone devices.Touchscreen
- Represents touchscreen devices.Utilities
- Represents utility devices.Watch
- Represents watches or watch-like devices.WhacAMole
- Represents Whac-A-Mole machines.
Variants§
Arcade
BallAndPaddle
BoardGame
Calculator
CardGames
Climbing
Computer
ComputerGraphicWorkstation
DigitalCamera
DigitalSimulator
Driving
Electromechanical
Fighter
Gambling
Game
GameConsole
GameConsoleComputer
Handheld
Maze
MedalGame
MedicalEquipment
Misc
MultiGame
Multiplay
Music
MusicGame
Platform
Player
Printer
Puzzle
Quiz
Radio
RedemptionGame
Shooter
Simulation
SlotMachine
Sports
System
TTLBallAndPaddle
TTLDriving
TTLMaze
TTLQuiz
TTLShooter
TTLSports
TVBundle
Tablet
Tabletop
Telephone
Touchscreen
Utilities
Watch
WhacAMole
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Category
impl RefUnwindSafe for Category
impl Send for Category
impl Sync for Category
impl Unpin for Category
impl UnwindSafe for Category
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