pub enum JoypadButton {
Start,
Select,
B,
A,
Down,
Up,
Left,
Right,
}
Expand description
Joypad button types of the GameBoy.
Variants§
Auto Trait Implementations§
impl Freeze for JoypadButton
impl RefUnwindSafe for JoypadButton
impl Send for JoypadButton
impl Sync for JoypadButton
impl Unpin for JoypadButton
impl UnwindSafe for JoypadButton
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