#[repr(u16)]pub enum Yoshi {
Show 23 variants
ShieldHold = 342,
ShieldRelease = 343,
ShieldDamage = 344,
ShieldStartup = 345,
EggLayGround = 346,
EggLayGroundCaptureStart = 347,
EggLayGroundCapture = 349,
EggLayAir = 351,
EggLayAirCaptureStart = 352,
EggLayAirCapture = 354,
EggRollGroundStartup = 356,
EggRollGround = 357,
EggRollGroundChangeDirection = 358,
EggRollGroundEnd = 359,
EggRollAirStart = 360,
EggRollAir = 361,
EggRollBounce = 362,
EggRollAirEnd = 363,
EggThrowGround = 364,
EggThrowAir = 365,
BombGround = 366,
BombLand = 367,
BombAir = 368,
}Variants§
ShieldHold = 342
ShieldRelease = 343
ShieldDamage = 344
ShieldStartup = 345
EggLayGround = 346
EggLayGroundCaptureStart = 347
EggLayGroundCapture = 349
EggLayAir = 351
EggLayAirCaptureStart = 352
EggLayAirCapture = 354
EggRollGroundStartup = 356
EggRollGround = 357
EggRollGroundChangeDirection = 358
EggRollGroundEnd = 359
EggRollAirStart = 360
EggRollAir = 361
EggRollBounce = 362
EggRollAirEnd = 363
EggThrowGround = 364
EggThrowAir = 365
BombGround = 366
BombLand = 367
BombAir = 368
Trait Implementations§
Source§impl TryFromPrimitive for Yoshi
impl TryFromPrimitive for Yoshi
impl Copy for Yoshi
impl Eq for Yoshi
impl StructuralPartialEq for Yoshi
Auto Trait Implementations§
impl Freeze for Yoshi
impl RefUnwindSafe for Yoshi
impl Send for Yoshi
impl Sync for Yoshi
impl Unpin for Yoshi
impl UnwindSafe for Yoshi
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