pub struct TestArch;Expand description
ISA used for testing. Single digits are interpreted as 32 bit constants, lower case letters as 32 bit registers or 1 bit flags depending on the context. First argument is the result. Upper case letters are opcodes.
§Instructions
‘A’
Trait Implementations§
Source§impl Architecture for TestArch
impl Architecture for TestArch
Source§type Configuration = ()
type Configuration = ()
This type can describes the CPU state. For x86 this would be the mode, for ARM whenever
Thumb is active.
Auto Trait Implementations§
impl Freeze for TestArch
impl RefUnwindSafe for TestArch
impl Send for TestArch
impl Sync for TestArch
impl Unpin for TestArch
impl UnwindSafe for TestArch
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