Enum poke_engine::state::PokemonMoveIndex
source · pub enum PokemonMoveIndex {
M0,
M1,
M2,
M3,
M4,
M5,
}Variants§
Trait Implementations§
source§impl Clone for PokemonMoveIndex
impl Clone for PokemonMoveIndex
source§fn clone(&self) -> PokemonMoveIndex
fn clone(&self) -> PokemonMoveIndex
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for PokemonMoveIndex
impl Debug for PokemonMoveIndex
source§impl Hash for PokemonMoveIndex
impl Hash for PokemonMoveIndex
source§impl Index<PokemonMoveIndex> for PokemonMoves
impl Index<PokemonMoveIndex> for PokemonMoves
source§impl IndexMut<PokemonMoveIndex> for PokemonMoves
impl IndexMut<PokemonMoveIndex> for PokemonMoves
source§impl PartialEq for PokemonMoveIndex
impl PartialEq for PokemonMoveIndex
impl Copy for PokemonMoveIndex
impl Eq for PokemonMoveIndex
impl StructuralPartialEq for PokemonMoveIndex
Auto Trait Implementations§
impl Freeze for PokemonMoveIndex
impl RefUnwindSafe for PokemonMoveIndex
impl Send for PokemonMoveIndex
impl Sync for PokemonMoveIndex
impl Unpin for PokemonMoveIndex
impl UnwindSafe for PokemonMoveIndex
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)