#[repr(u16)]pub enum Pichu {
Show 25 variants
ThunderJoltGround = 341,
ThunderJoltAir = 342,
SkullBashGroundStartup = 343,
SkullBashGroundCharge = 344,
SkullBashGroundLanding = 346,
SkullBashGroundTakeoff = 347,
SkullBashAirStartup = 348,
SkullBashAirCharge = 349,
SkullBashAir = 350,
SkullBashAirEnd = 351,
SkullBashAirTakeoff = 352,
AgilityGroundStartup = 353,
AgilityGround = 354,
AgilityGroundEnd = 355,
AgilityAirStartup = 356,
AgilityAir = 357,
AgilityAirEnd = 358,
ThunderGroundStartup = 359,
ThunderGround = 360,
ThunderGroundHit = 361,
ThunderGroundEnd = 362,
ThunderAirStartup = 363,
ThunderAir = 364,
ThunderAirHit = 365,
ThunderAirEnd = 366,
}Variants§
ThunderJoltGround = 341
ThunderJoltAir = 342
SkullBashGroundStartup = 343
SkullBashGroundCharge = 344
SkullBashGroundLanding = 346
SkullBashGroundTakeoff = 347
SkullBashAirStartup = 348
SkullBashAirCharge = 349
SkullBashAir = 350
SkullBashAirEnd = 351
SkullBashAirTakeoff = 352
AgilityGroundStartup = 353
AgilityGround = 354
AgilityGroundEnd = 355
AgilityAirStartup = 356
AgilityAir = 357
AgilityAirEnd = 358
ThunderGroundStartup = 359
ThunderGround = 360
ThunderGroundHit = 361
ThunderGroundEnd = 362
ThunderAirStartup = 363
ThunderAir = 364
ThunderAirHit = 365
ThunderAirEnd = 366
Trait Implementations§
Source§impl TryFromPrimitive for Pichu
impl TryFromPrimitive for Pichu
impl Copy for Pichu
impl Eq for Pichu
impl StructuralPartialEq for Pichu
Auto Trait Implementations§
impl Freeze for Pichu
impl RefUnwindSafe for Pichu
impl Send for Pichu
impl Sync for Pichu
impl Unpin for Pichu
impl UnwindSafe for Pichu
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