Searched defs:GameT (Results 1 – 2 of 2) sorted by relevance
48 pub fn unpack(&self) -> GameT { in unpack()118 pub(crate) struct GameT { struct121 impl Default for GameT { implementation128 impl GameT { implementation
134 pub fn take_game(&mut self) -> Option<Box<GameT>> { in take_game()147 pub fn as_game(&self) -> Option<&GameT> { in as_game()151 pub fn as_game_mut(&mut self) -> Option<&mut GameT> { in as_game_mut()