pub struct ISA_Latest64;Implementations§
Source§impl ISA_Latest64
impl ISA_Latest64
pub const OPCODE_DISCRIMINANT_TO_RAW_OPCODE_CONST: [u8; 256]
Trait Implementations§
Source§impl Clone for ISA_Latest64
impl Clone for ISA_Latest64
Source§fn clone(&self) -> ISA_Latest64
fn clone(&self) -> ISA_Latest64
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ISA_Latest64
impl Debug for ISA_Latest64
Source§impl Default for ISA_Latest64
impl Default for ISA_Latest64
Source§fn default() -> ISA_Latest64
fn default() -> ISA_Latest64
Returns the “default value” for a type. Read more
Source§impl InstructionSet for ISA_Latest64
impl InstructionSet for ISA_Latest64
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_Latest64
Auto Trait Implementations§
impl Freeze for ISA_Latest64
impl RefUnwindSafe for ISA_Latest64
impl Send for ISA_Latest64
impl Sync for ISA_Latest64
impl Unpin for ISA_Latest64
impl UnwindSafe for ISA_Latest64
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