Enum dasi::model::GameType [] [src]

pub enum GameType {
    Playing,
    Streaming,
}

A type of game being played.

Variants

Playing
Streaming

Methods

impl GameType

fn from_num(num: u64) -> Option<Self>

Trait Implementations

Derived Implementations

impl Debug for GameType

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl PartialEq for GameType

fn eq(&self, __arg_0: &GameType) -> bool

1.0.0fn ne(&self, other: &Rhs) -> bool

impl Eq for GameType

impl Hash for GameType

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

1.3.0fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl Clone for GameType

fn clone(&self) -> GameType

1.0.0fn clone_from(&mut self, source: &Self)

impl Copy for GameType