Struct simple6502::BasicMemory
source · pub struct BasicMemory { /* private fields */ }
Expand description
A basic model of a non-mapped 16 KB of memory.
Trait Implementations§
source§impl Clone for BasicMemory
impl Clone for BasicMemory
source§fn clone(&self) -> BasicMemory
fn clone(&self) -> BasicMemory
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 moresource§impl Debug for BasicMemory
impl Debug for BasicMemory
source§impl Default for BasicMemory
impl Default for BasicMemory
source§impl Memory for BasicMemory
impl Memory for BasicMemory
source§impl PartialEq for BasicMemory
impl PartialEq for BasicMemory
source§fn eq(&self, other: &BasicMemory) -> bool
fn eq(&self, other: &BasicMemory) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for BasicMemory
impl StructuralEq for BasicMemory
impl StructuralPartialEq for BasicMemory
Auto Trait Implementations§
impl RefUnwindSafe for BasicMemory
impl Send for BasicMemory
impl Sync for BasicMemory
impl Unpin for BasicMemory
impl UnwindSafe for BasicMemory
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