pub struct BasicCPUMemory { /* private fields */ }Expand description
Memory is one contiguous 64KB buffer with no mapping or mirroring.
Implementations§
Trait Implementations§
Source§impl CPUMemory for BasicCPUMemory
impl CPUMemory for BasicCPUMemory
Source§impl Default for BasicCPUMemory
impl Default for BasicCPUMemory
Source§impl TryFrom<Vec<u8>> for BasicCPUMemory
impl TryFrom<Vec<u8>> for BasicCPUMemory
Auto Trait Implementations§
impl Freeze for BasicCPUMemory
impl RefUnwindSafe for BasicCPUMemory
impl Send for BasicCPUMemory
impl Sync for BasicCPUMemory
impl Unpin for BasicCPUMemory
impl UnwindSafe for BasicCPUMemory
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