pub struct CTC { /* private fields */ }
Expand description
Z80 CTC emulation
Implementations§
Auto Trait Implementations§
impl Freeze for CTC
impl RefUnwindSafe for CTC
impl Send for CTC
impl Sync for CTC
impl Unpin for CTC
impl UnwindSafe for CTC
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