#[repr(u16)]pub enum Fox {
Show 35 variants
BlasterGroundStartup = 341,
BlasterGroundLoop = 342,
BlasterGroundEnd = 343,
BlasterAirStartup = 344,
BlasterAirLoop = 345,
BlasterAirEnd = 346,
IllusionGroundStartup = 347,
IllusionGround = 348,
IllusionGroundEnd = 349,
IllusionStartupAir = 350,
IllusionAir = 351,
IllusionAirEnd = 352,
FireFoxGroundStartup = 353,
FireFoxAirStartup = 354,
FireFoxGround = 355,
FireFoxAir = 356,
FireFoxGroundEnd = 357,
FireFoxAirEnd = 358,
FireFoxBounceEnd = 359,
ReflectorGroundStartup = 360,
ReflectorGroundLoop = 361,
ReflectorGroundReflect = 362,
ReflectorGroundEnd = 363,
ReflectorGroundChangeDirection = 364,
ReflectorAirStartup = 365,
ReflectorAirLoop = 366,
ReflectorAirReflect = 367,
ReflectorAirEnd = 368,
ReflectorAirChangeDirection = 369,
SmashTauntRightStartup = 370,
SmashTauntLeftStartup = 371,
SmashTauntRightRise = 372,
SmashTauntLeftRise = 373,
SmashTauntRightFinish = 374,
SmashTauntLeftFinish = 375,
}Variants§
BlasterGroundStartup = 341
BlasterGroundLoop = 342
BlasterGroundEnd = 343
BlasterAirStartup = 344
BlasterAirLoop = 345
BlasterAirEnd = 346
IllusionGroundStartup = 347
IllusionGround = 348
IllusionGroundEnd = 349
IllusionStartupAir = 350
IllusionAir = 351
IllusionAirEnd = 352
FireFoxGroundStartup = 353
FireFoxAirStartup = 354
FireFoxGround = 355
FireFoxAir = 356
FireFoxGroundEnd = 357
FireFoxAirEnd = 358
FireFoxBounceEnd = 359
ReflectorGroundStartup = 360
ReflectorGroundLoop = 361
ReflectorGroundReflect = 362
ReflectorGroundEnd = 363
ReflectorGroundChangeDirection = 364
ReflectorAirStartup = 365
ReflectorAirLoop = 366
ReflectorAirReflect = 367
ReflectorAirEnd = 368
ReflectorAirChangeDirection = 369
SmashTauntRightStartup = 370
SmashTauntLeftStartup = 371
SmashTauntRightRise = 372
SmashTauntLeftRise = 373
SmashTauntRightFinish = 374
SmashTauntLeftFinish = 375
Trait Implementations§
Source§impl TryFromPrimitive for Fox
impl TryFromPrimitive for Fox
impl Copy for Fox
impl Eq for Fox
impl StructuralPartialEq for Fox
Auto Trait Implementations§
impl Freeze for Fox
impl RefUnwindSafe for Fox
impl Send for Fox
impl Sync for Fox
impl Unpin for Fox
impl UnwindSafe for Fox
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