pub struct ISA_JamV1;Implementations§
Trait Implementations§
Source§impl InstructionSet for ISA_JamV1
impl InstructionSet for ISA_JamV1
fn opcode_from_u8(self, byte: u8) -> Option<Opcode>
fn opcode_to_u8(self, opcode: Opcode) -> Option<u8>
fn supports_opcode(self, opcode: Opcode) -> bool
fn parse_instruction( self, opcode: usize, chunk: u128, offset: u32, skip: u32, ) -> Instruction
impl Copy for ISA_JamV1
Auto Trait Implementations§
impl Freeze for ISA_JamV1
impl RefUnwindSafe for ISA_JamV1
impl Send for ISA_JamV1
impl Sync for ISA_JamV1
impl Unpin for ISA_JamV1
impl UnwindSafe for ISA_JamV1
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