pub struct Z80Cycle<Instant> {
pub current_clock: Instant,
pub decoder: Z80Decoder,
pub took_branch: bool,
}
Fields§
§current_clock: Instant
§decoder: Z80Decoder
§took_branch: bool
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<Instant> Freeze for Z80Cycle<Instant>where
Instant: Freeze,
impl<Instant> RefUnwindSafe for Z80Cycle<Instant>where
Instant: RefUnwindSafe,
impl<Instant> Send for Z80Cycle<Instant>where
Instant: Send,
impl<Instant> Sync for Z80Cycle<Instant>where
Instant: Sync,
impl<Instant> Unpin for Z80Cycle<Instant>where
Instant: Unpin,
impl<Instant> UnwindSafe for Z80Cycle<Instant>where
Instant: UnwindSafe,
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
source§impl<T, S> IntoAddress<T> for Swhere
T: FromAddress<S>,
impl<T, S> IntoAddress<T> for Swhere
T: FromAddress<S>,
source§fn into_address(self) -> T
fn into_address(self) -> T
Translate the given address into an address of type
T