#[repr(u16)]pub enum Jigglypuff {
Show 31 variants
Jump2 = 341,
Jump3 = 342,
Jump4 = 343,
Jump5 = 344,
Jump6 = 345,
RolloutGroundStartChargeRight = 346,
RolloutGroundStartChargeLeft = 347,
RolloutGroundChargeLoop = 348,
RolloutGroundFullyCharged = 349,
RolloutGroundChargeRelease = 350,
RolloutGroundStartTurn = 351,
RolloutGroundEndRight = 352,
RolloutGroundEndLeft = 353,
RolloutAirStartChargeRight = 354,
RolloutAirStartChargeLeft = 355,
RolloutAirChargeLoop = 356,
RolloutAirFullyCharged = 357,
RolloutAirChargeRelease = 358,
RolloutAirEndRight = 360,
RolloutAirEndLeft = 361,
RolloutHit = 362,
PoundGround = 363,
PoundAir = 364,
SingGroundLeft = 365,
SingAirLeft = 366,
SingGroundRight = 367,
SingAirRight = 368,
RestGroundLeft = 369,
RestAirLeft = 370,
RestGroundRight = 371,
RestAirRight = 372,
}Variants§
Jump2 = 341
Jump3 = 342
Jump4 = 343
Jump5 = 344
Jump6 = 345
RolloutGroundStartChargeRight = 346
RolloutGroundStartChargeLeft = 347
RolloutGroundChargeLoop = 348
RolloutGroundFullyCharged = 349
RolloutGroundChargeRelease = 350
RolloutGroundStartTurn = 351
RolloutGroundEndRight = 352
RolloutGroundEndLeft = 353
RolloutAirStartChargeRight = 354
RolloutAirStartChargeLeft = 355
RolloutAirChargeLoop = 356
RolloutAirFullyCharged = 357
RolloutAirChargeRelease = 358
RolloutAirEndRight = 360
RolloutAirEndLeft = 361
RolloutHit = 362
PoundGround = 363
PoundAir = 364
SingGroundLeft = 365
SingAirLeft = 366
SingGroundRight = 367
SingAirRight = 368
RestGroundLeft = 369
RestAirLeft = 370
RestGroundRight = 371
RestAirRight = 372
Trait Implementations§
Source§impl Clone for Jigglypuff
impl Clone for Jigglypuff
Source§fn clone(&self) -> Jigglypuff
fn clone(&self) -> Jigglypuff
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 Jigglypuff
impl Debug for Jigglypuff
Source§impl PartialEq for Jigglypuff
impl PartialEq for Jigglypuff
Source§impl TryFrom<u16> for Jigglypuff
impl TryFrom<u16> for Jigglypuff
Source§type Error = TryFromPrimitiveError<Jigglypuff>
type Error = TryFromPrimitiveError<Jigglypuff>
The type returned in the event of a conversion error.
Source§impl TryFromPrimitive for Jigglypuff
impl TryFromPrimitive for Jigglypuff
const NAME: &'static str = "Jigglypuff"
type Primitive = u16
type Error = TryFromPrimitiveError<Jigglypuff>
fn try_from_primitive( number: Self::Primitive, ) -> Result<Self, TryFromPrimitiveError<Self>>
impl Copy for Jigglypuff
impl Eq for Jigglypuff
impl StructuralPartialEq for Jigglypuff
Auto Trait Implementations§
impl Freeze for Jigglypuff
impl RefUnwindSafe for Jigglypuff
impl Send for Jigglypuff
impl Sync for Jigglypuff
impl Unpin for Jigglypuff
impl UnwindSafe for Jigglypuff
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