Struct libnoentiendo::memory::mos652x::PortRegisters
source · pub struct PortRegisters { /* private fields */ }Expand description
A port and its associated registers on the MOS 6522 VIA or MOS 6526 CIA.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for PortRegisters
impl !Send for PortRegisters
impl !Sync for PortRegisters
impl Unpin for PortRegisters
impl !UnwindSafe for PortRegisters
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