pub enum JoystickOffset {
Show 164 variants X, Y, Z, ROTATIONX, ROTATIONY, ROTATIONZ, SLIDERS0, SLIDERS1, POINTOFVIEWCONTROLLERS0, POINTOFVIEWCONTROLLERS1, POINTOFVIEWCONTROLLERS2, POINTOFVIEWCONTROLLERS3, BUTTONS0, BUTTONS1, BUTTONS2, BUTTONS3, BUTTONS4, BUTTONS5, BUTTONS6, BUTTONS7, BUTTONS8, BUTTONS9, BUTTONS10, BUTTONS11, BUTTONS12, BUTTONS13, BUTTONS14, BUTTONS15, BUTTONS16, BUTTONS17, BUTTONS18, BUTTONS19, BUTTONS20, BUTTONS21, BUTTONS22, BUTTONS23, BUTTONS24, BUTTONS25, BUTTONS26, BUTTONS27, BUTTONS28, BUTTONS29, BUTTONS30, BUTTONS31, BUTTONS32, BUTTONS33, BUTTONS34, BUTTONS35, BUTTONS36, BUTTONS37, BUTTONS38, BUTTONS39, BUTTONS40, BUTTONS41, BUTTONS42, BUTTONS43, BUTTONS44, BUTTONS45, BUTTONS46, BUTTONS47, BUTTONS48, BUTTONS49, BUTTONS50, BUTTONS51, BUTTONS52, BUTTONS53, BUTTONS54, BUTTONS55, BUTTONS56, BUTTONS57, BUTTONS58, BUTTONS59, BUTTONS60, BUTTONS61, BUTTONS62, BUTTONS63, BUTTONS64, BUTTONS65, BUTTONS66, BUTTONS67, BUTTONS68, BUTTONS69, BUTTONS70, BUTTONS71, BUTTONS72, BUTTONS73, BUTTONS74, BUTTONS75, BUTTONS76, BUTTONS77, BUTTONS78, BUTTONS79, BUTTONS80, BUTTONS81, BUTTONS82, BUTTONS83, BUTTONS84, BUTTONS85, BUTTONS86, BUTTONS87, BUTTONS88, BUTTONS89, BUTTONS90, BUTTONS91, BUTTONS92, BUTTONS93, BUTTONS94, BUTTONS95, BUTTONS96, BUTTONS97, BUTTONS98, BUTTONS99, BUTTONS100, BUTTONS101, BUTTONS102, BUTTONS103, BUTTONS104, BUTTONS105, BUTTONS106, BUTTONS107, BUTTONS108, BUTTONS109, BUTTONS110, BUTTONS111, BUTTONS112, BUTTONS113, BUTTONS114, BUTTONS115, BUTTONS116, BUTTONS117, BUTTONS118, BUTTONS119, BUTTONS120, BUTTONS121, BUTTONS122, BUTTONS123, BUTTONS124, BUTTONS125, BUTTONS126, BUTTONS127, VELOCITYX, VELOCITYY, VELOCITYZ, ANGULARVELOCITYX, ANGULARVELOCITYY, ANGULARVELOCITYZ, VELOCITYSLIDERS0, VELOCITYSLIDERS1, ACCELERATIONX, ACCELERATIONY, ACCELERATIONZ, ANGULARACCELERATIONX, ANGULARACCELERATIONY, ANGULARACCELERATIONZ, ACCELERATIONSLIDERS0, ACCELERATIONSLIDERS1, FORCEX, FORCEY, FORCEZ, TORQUEX, TORQUEY, TORQUEZ, FORCESLIDERS0, FORCESLIDERS1,
}

Variants

X

Y

Z

ROTATIONX

ROTATIONY

ROTATIONZ

SLIDERS0

SLIDERS1

POINTOFVIEWCONTROLLERS0

POINTOFVIEWCONTROLLERS1

POINTOFVIEWCONTROLLERS2

POINTOFVIEWCONTROLLERS3

BUTTONS0

BUTTONS1

BUTTONS2

BUTTONS3

BUTTONS4

BUTTONS5

BUTTONS6

BUTTONS7

BUTTONS8

BUTTONS9

BUTTONS10

BUTTONS11

BUTTONS12

BUTTONS13

BUTTONS14

BUTTONS15

BUTTONS16

BUTTONS17

BUTTONS18

BUTTONS19

BUTTONS20

BUTTONS21

BUTTONS22

BUTTONS23

BUTTONS24

BUTTONS25

BUTTONS26

BUTTONS27

BUTTONS28

BUTTONS29

BUTTONS30

BUTTONS31

BUTTONS32

BUTTONS33

BUTTONS34

BUTTONS35

BUTTONS36

BUTTONS37

BUTTONS38

BUTTONS39

BUTTONS40

BUTTONS41

BUTTONS42

BUTTONS43

BUTTONS44

BUTTONS45

BUTTONS46

BUTTONS47

BUTTONS48

BUTTONS49

BUTTONS50

BUTTONS51

BUTTONS52

BUTTONS53

BUTTONS54

BUTTONS55

BUTTONS56

BUTTONS57

BUTTONS58

BUTTONS59

BUTTONS60

BUTTONS61

BUTTONS62

BUTTONS63

BUTTONS64

BUTTONS65

BUTTONS66

BUTTONS67

BUTTONS68

BUTTONS69

BUTTONS70

BUTTONS71

BUTTONS72

BUTTONS73

BUTTONS74

BUTTONS75

BUTTONS76

BUTTONS77

BUTTONS78

BUTTONS79

BUTTONS80

BUTTONS81

BUTTONS82

BUTTONS83

BUTTONS84

BUTTONS85

BUTTONS86

BUTTONS87

BUTTONS88

BUTTONS89

BUTTONS90

BUTTONS91

BUTTONS92

BUTTONS93

BUTTONS94

BUTTONS95

BUTTONS96

BUTTONS97

BUTTONS98

BUTTONS99

BUTTONS100

BUTTONS101

BUTTONS102

BUTTONS103

BUTTONS104

BUTTONS105

BUTTONS106

BUTTONS107

BUTTONS108

BUTTONS109

BUTTONS110

BUTTONS111

BUTTONS112

BUTTONS113

BUTTONS114

BUTTONS115

BUTTONS116

BUTTONS117

BUTTONS118

BUTTONS119

BUTTONS120

BUTTONS121

BUTTONS122

BUTTONS123

BUTTONS124

BUTTONS125

BUTTONS126

BUTTONS127

VELOCITYX

VELOCITYY

VELOCITYZ

ANGULARVELOCITYX

ANGULARVELOCITYY

ANGULARVELOCITYZ

VELOCITYSLIDERS0

VELOCITYSLIDERS1

ACCELERATIONX

ACCELERATIONY

ACCELERATIONZ

ANGULARACCELERATIONX

ANGULARACCELERATIONY

ANGULARACCELERATIONZ

ACCELERATIONSLIDERS0

ACCELERATIONSLIDERS1

FORCEX

FORCEY

FORCEZ

TORQUEX

TORQUEY

TORQUEZ

FORCESLIDERS0

FORCESLIDERS1

Implementations

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Feeds this value into the given Hasher. Read more
Feeds a slice of this type into the given Hasher. Read more
This method returns an Ordering between self and other. Read more
Compares and returns the maximum of two values. Read more
Compares and returns the minimum of two values. Read more
Restrict a value to a certain interval. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.