Struct libnoentiendo::systems::pet::PetPia1PortB
source · pub struct PetPia1PortB { /* private fields */ }
Expand description
Port B on the first PIA. This is used for reading the keyboard matrix.
Implementations§
source§impl PetPia1PortB
impl PetPia1PortB
pub fn new( keyboard_row: Rc<Cell<u8>>, mapping_strategy: KeyMappingStrategy, platform: Arc<dyn PlatformProvider> ) -> Self
Trait Implementations§
source§impl Port for PetPia1PortB
impl Port for PetPia1PortB
Auto Trait Implementations§
impl !RefUnwindSafe for PetPia1PortB
impl !Send for PetPia1PortB
impl !Sync for PetPia1PortB
impl Unpin for PetPia1PortB
impl !UnwindSafe for PetPia1PortB
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