Struct moa_m68k::memory::InstructionRequest
source · pub struct InstructionRequest<Instant> {
pub request: MemoryRequest<Instant>,
pub current_clock: Instant,
}
Fields§
§request: MemoryRequest<Instant>
§current_clock: Instant
Trait Implementations§
source§impl<Instant: Clone> Clone for InstructionRequest<Instant>
impl<Instant: Clone> Clone for InstructionRequest<Instant>
source§fn clone(&self) -> InstructionRequest<Instant>
fn clone(&self) -> InstructionRequest<Instant>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl<Instant> Freeze for InstructionRequest<Instant>where
Instant: Freeze,
impl<Instant> RefUnwindSafe for InstructionRequest<Instant>where
Instant: RefUnwindSafe,
impl<Instant> Send for InstructionRequest<Instant>where
Instant: Send,
impl<Instant> Sync for InstructionRequest<Instant>where
Instant: Sync,
impl<Instant> Unpin for InstructionRequest<Instant>where
Instant: Unpin,
impl<Instant> UnwindSafe for InstructionRequest<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