pub struct DecrementPPInstruction {
pub side_ref: SideReference,
pub move_index: PokemonMoveIndex,
pub amount: i8,
}Fields§
§side_ref: SideReference§move_index: PokemonMoveIndex§amount: i8Trait Implementations§
Source§impl Clone for DecrementPPInstruction
impl Clone for DecrementPPInstruction
Source§fn clone(&self) -> DecrementPPInstruction
fn clone(&self) -> DecrementPPInstruction
Returns a duplicate 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 DecrementPPInstruction
impl Debug for DecrementPPInstruction
Source§impl PartialEq for DecrementPPInstruction
impl PartialEq for DecrementPPInstruction
impl StructuralPartialEq for DecrementPPInstruction
Auto Trait Implementations§
impl Freeze for DecrementPPInstruction
impl RefUnwindSafe for DecrementPPInstruction
impl Send for DecrementPPInstruction
impl Sync for DecrementPPInstruction
impl Unpin for DecrementPPInstruction
impl UnwindSafe for DecrementPPInstruction
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