Struct libnoentiendo::memory::mos652x::ShiftRegister
source · pub struct ShiftRegister { /* private fields */ }Expand description
The shift register used by the MOS 6522 VIA and MOS 6526 CIA.
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ShiftRegister
impl Send for ShiftRegister
impl Sync for ShiftRegister
impl Unpin for ShiftRegister
impl UnwindSafe for ShiftRegister
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