• Home
  • Raw
  • Download

Lines Matching refs:MonsterT

170     pub fn unpack(&self) -> MonsterT {  in unpack()  argument
171 MonsterT { in unpack()
224 pub struct MonsterT { struct
226 impl Default for MonsterT { implementation
232 impl MonsterT { impl
511 Monster(Box<MonsterT>),
513 MyGameExample2Monster(Box<super::example_2::MonsterT>),
538 pub fn take_monster(&mut self) -> Option<Box<MonsterT>> { in take_monster() argument
551 pub fn as_monster(&self) -> Option<&MonsterT> { in as_monster() argument
555 pub fn as_monster_mut(&mut self) -> Option<&mut MonsterT> { in as_monster_mut() argument
580 pub fn take_my_game_example_2_monster(&mut self) -> Option<Box<super::example_2::MonsterT>> { in take_my_game_example_2_monster() argument
593 pub fn as_my_game_example_2_monster(&self) -> Option<&super::example_2::MonsterT> { in as_my_game_example_2_monster() argument
597 pub fn as_my_game_example_2_monster_mut(&mut self) -> Option<&mut super::example_2::MonsterT> { in as_my_game_example_2_monster_mut() argument
702 M(Box<MonsterT>),
704 M2(Box<super::example_2::MonsterT>),
729 pub fn take_m(&mut self) -> Option<Box<MonsterT>> { in take_m() argument
742 pub fn as_m(&self) -> Option<&MonsterT> { in as_m() argument
746 pub fn as_m_mut(&mut self) -> Option<&mut MonsterT> { in as_m_mut() argument
771 pub fn take_m2(&mut self) -> Option<Box<super::example_2::MonsterT>> { in take_m2() argument
784 pub fn as_m2(&self) -> Option<&super::example_2::MonsterT> { in as_m2() argument
788 pub fn as_m2_mut(&mut self) -> Option<&mut super::example_2::MonsterT> { in as_m2_mut() argument
893 M1(Box<MonsterT>),
894 M2(Box<MonsterT>),
895 M3(Box<MonsterT>),
920 pub fn take_m1(&mut self) -> Option<Box<MonsterT>> { in take_m1() argument
933 pub fn as_m1(&self) -> Option<&MonsterT> { in as_m1() argument
937 pub fn as_m1_mut(&mut self) -> Option<&mut MonsterT> { in as_m1_mut() argument
941 pub fn take_m2(&mut self) -> Option<Box<MonsterT>> { in take_m2() argument
954 pub fn as_m2(&self) -> Option<&MonsterT> { in as_m2() argument
958 pub fn as_m2_mut(&mut self) -> Option<&mut MonsterT> { in as_m2_mut() argument
962 pub fn take_m3(&mut self) -> Option<Box<MonsterT>> { in take_m3() argument
975 pub fn as_m3(&self) -> Option<&MonsterT> { in as_m3() argument
979 pub fn as_m3_mut(&mut self) -> Option<&mut MonsterT> { in as_m3_mut() argument
2193 pub fn unpack(&self) -> MonsterT { in unpack() argument
2346 MonsterT { in unpack()
3308 pub struct MonsterT { struct
3318 pub testarrayoftables: Option<Vec<MonsterT>>, argument
3319 pub enemy: Option<Box<MonsterT>>, argument
3357 impl Default for MonsterT { implementation
3410 impl MonsterT { implementation