pub struct GbInputs {
pub start: bool,
pub select: bool,
pub b: bool,
pub a: bool,
pub down: bool,
pub up: bool,
pub left: bool,
pub right: bool,
}
Fields§
§start: bool
§select: bool
§b: bool
§a: bool
§down: bool
§up: bool
§left: bool
§right: bool
Trait Implementations§
impl Copy for GbInputs
Auto Trait Implementations§
impl Freeze for GbInputs
impl RefUnwindSafe for GbInputs
impl Send for GbInputs
impl Sync for GbInputs
impl Unpin for GbInputs
impl UnwindSafe for GbInputs
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