pub struct M68kCycle<Instant> {
pub decoder: M68kDecoder<Instant>,
pub timing: M68kInstructionTiming,
pub memory: M68kBusPort<Instant>,
pub current_clock: Instant,
}
Fields§
§decoder: M68kDecoder<Instant>
§timing: M68kInstructionTiming
§memory: M68kBusPort<Instant>
§current_clock: Instant
Implementations§
source§impl<Instant> M68kCycle<Instant>where
Instant: BusInstant,
impl<Instant> M68kCycle<Instant>where
Instant: BusInstant,
Trait Implementations§
Auto Trait Implementations§
impl<Instant> Freeze for M68kCycle<Instant>where
Instant: Freeze,
impl<Instant> RefUnwindSafe for M68kCycle<Instant>where
Instant: RefUnwindSafe,
impl<Instant> Send for M68kCycle<Instant>where
Instant: Send,
impl<Instant> Sync for M68kCycle<Instant>where
Instant: Sync,
impl<Instant> Unpin for M68kCycle<Instant>where
Instant: Unpin,
impl<Instant> UnwindSafe for M68kCycle<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