Struct libnoentiendo::systems::pet::PetPia1PortA
source · pub struct PetPia1PortA { /* private fields */ }
Expand description
Port A on the first PIA. This is used for generating the 60Hz interrupt (which is fired when the screen drawing reaches the last line), and for setting the active row of the keyboard matrix.
Implementations§
source§impl PetPia1PortA
impl PetPia1PortA
Trait Implementations§
source§impl Port for PetPia1PortA
impl Port for PetPia1PortA
Auto Trait Implementations§
impl !RefUnwindSafe for PetPia1PortA
impl !Send for PetPia1PortA
impl !Sync for PetPia1PortA
impl Unpin for PetPia1PortA
impl !UnwindSafe for PetPia1PortA
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