Struct libnoentiendo::systems::vic::VicVia2PortB
source · pub struct VicVia2PortB { /* private fields */ }
Expand description
Port B on the second VIA chip. This is used to set the active columns on the keyboard matrix, and to read the third pin of the joystick.
Implementations§
Trait Implementations§
source§impl Port for VicVia2PortB
impl Port for VicVia2PortB
Auto Trait Implementations§
impl !RefUnwindSafe for VicVia2PortB
impl !Send for VicVia2PortB
impl !Sync for VicVia2PortB
impl Unpin for VicVia2PortB
impl !UnwindSafe for VicVia2PortB
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