Struct libnoentiendo::systems::c64::C64BankSwitching
source · pub struct C64BankSwitching { /* private fields */ }
Expand description
Bank switching implementation performed using the 6510’s I/O port. Source: https://www.c64-wiki.com/wiki/Bank_Switching
Implementations§
Trait Implementations§
source§impl Port for C64BankSwitching
impl Port for C64BankSwitching
Auto Trait Implementations§
impl !RefUnwindSafe for C64BankSwitching
impl !Send for C64BankSwitching
impl !Sync for C64BankSwitching
impl Unpin for C64BankSwitching
impl !UnwindSafe for C64BankSwitching
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