Enum dasi::model::GameType
[−]
[src]
pub enum GameType { Playing, Streaming, }
A type of game being played.
Variants
Playing | ||
Streaming |
pub enum GameType { Playing, Streaming, }
A type of game being played.
Playing | ||
Streaming |
impl GameType
impl Debug for GameType
impl PartialEq for GameType
impl Eq for GameType
impl Hash for GameType
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl Clone for GameType
fn clone(&self) -> GameType
fn clone_from(&mut self, source: &Self)
impl Copy for GameType