pub enum GameType {
Skirmish,
Multiplayer,
Automatch,
Custom,
}Expand description
Company of Heroes 3 game types
Variants§
Skirmish
Local games against AI opponents
Multiplayer
Networked games that couldn’t be more specifically defined; includes both custom and automatch games from before patch 1.4.0
Automatch
Ranked automatch games, detectable post patch 1.4.0
Custom
Custom games against human opponents, AI opponents, or a mix of both, detectable post patch 1.4.0
Trait Implementations§
impl Copy for GameType
impl Eq for GameType
impl StructuralPartialEq for GameType
Auto Trait Implementations§
impl Freeze for GameType
impl RefUnwindSafe for GameType
impl Send for GameType
impl Sync for GameType
impl Unpin for GameType
impl UnwindSafe for GameType
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