Enum awi::Button
[−]
[src]
pub enum Button {
A,
B,
C,
D,
E(usize),
}A Joystick Button
Variants
AA (missile) Button
BB ( trigger ) Button
CC ( x / right ) Button
DD ( y / back ) Button
E(usize)Extended Button
Trait Implementations
impl PartialEq for Button[src]
fn eq(&self, __arg_0: &Button) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Button) -> bool[src]
This method tests for !=.
impl Copy for Button[src]
impl Clone for Button[src]
fn clone(&self) -> Button[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more