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
sourceimpl Architecture for TestArch
impl Architecture for TestArch
type Configuration = ()
type Configuration = ()
This type can describes the CPU state. For x86 this would be the mode, for ARM whenever
Thumb is active. Read more
Auto Trait Implementations
impl RefUnwindSafe for TestArch
impl Send for TestArch
impl Sync for TestArch
impl Unpin for TestArch
impl UnwindSafe for TestArch
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more