Struct libnoentiendo::systems::vic::VicVia2PortA
source · pub struct VicVia2PortA { /* private fields */ }
Expand description
Port A on the second VIA chip. This is used to read the active rows on the keyboard matrix.
Implementations§
source§impl VicVia2PortA
impl VicVia2PortA
sourcepub fn new(
keyboard_col: Rc<Cell<u8>>,
mapping_strategy: KeyMappingStrategy,
platform: Arc<dyn PlatformProvider>
) -> Self
pub fn new( keyboard_col: Rc<Cell<u8>>, mapping_strategy: KeyMappingStrategy, platform: Arc<dyn PlatformProvider> ) -> Self
Create a new instance of the port, with the given keyboard column, reading the key status from the given platform.
Trait Implementations§
source§impl Port for VicVia2PortA
impl Port for VicVia2PortA
Auto Trait Implementations§
impl !RefUnwindSafe for VicVia2PortA
impl !Send for VicVia2PortA
impl !Sync for VicVia2PortA
impl Unpin for VicVia2PortA
impl !UnwindSafe for VicVia2PortA
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