Enum rsim::processor::exceptions::MemoryException [−][src]
pub enum MemoryException {
AddressMisaligned {
addr: usize,
expected: usize,
},
JumpMisaligned {
addr: usize,
expected: usize,
},
AddressUnmapped {
addr: usize,
},
}Error which can be raised when accessing memory
Includes ResultReturned, which is raised when the program writes a u32 to 0xF000_0000
Variants
Show fields
Fields of AddressUnmapped
addr: usizeTrait Implementations
impl Clone for MemoryException[src]
impl Clone for MemoryException[src]fn clone(&self) -> MemoryException[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Error for MemoryException[src]
impl Error for MemoryException[src]impl PartialEq<MemoryException> for MemoryException[src]
impl PartialEq<MemoryException> for MemoryException[src]