Struct libnoentiendo::keyboard::commodore::C64KeyboardAdapter
source · pub struct C64KeyboardAdapter;
Expand description
An adapter for mapping positions on a standard keyboard to keys on a VIC-20 or Commodore 64.
Trait Implementations§
source§impl KeyAdapter<KeyPosition, C64Keys> for C64KeyboardAdapter
impl KeyAdapter<KeyPosition, C64Keys> for C64KeyboardAdapter
Auto Trait Implementations§
impl RefUnwindSafe for C64KeyboardAdapter
impl Send for C64KeyboardAdapter
impl Sync for C64KeyboardAdapter
impl Unpin for C64KeyboardAdapter
impl UnwindSafe for C64KeyboardAdapter
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