pub enum Button {
Button1,
Button2,
Button3,
Button4,
Up,
Down,
Left,
Right,
}
Expand description
Lists all possible buttons which can be sent in the event.
Variants
Button1
Button2
Button3
Button4
Up
Down
Left
Right
Implementations
Trait Implementations
impl Eq for Button
impl StructuralEq for Button
impl StructuralPartialEq for Button
Auto Trait Implementations
impl RefUnwindSafe for Button
impl Send for Button
impl Sync for Button
impl Unpin for Button
impl UnwindSafe for Button
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more