pub struct ToNumeric {
pub op: u8,
pub r0: Reg8,
pub r1: Reg8,
}Fields§
§op: u8§r0: Reg8§r1: Reg8Trait Implementations§
Source§impl InstructionParser for ToNumeric
impl InstructionParser for ToNumeric
Source§fn deserialize<R>(_r: &mut R, op: u8) -> Self
fn deserialize<R>(_r: &mut R, op: u8) -> Self
Decodes from binary format into rust struct.
fn has_ret_target(&self) -> bool
fn is_jmp(&self) -> bool
fn get_address_field(&self) -> u32
fn get_string_field_names(&self) -> Vec<&str>
fn get_function_field_names(&self) -> Vec<&str>
fn display<R>(&self, _hermes: &HermesFile<R>) -> String
impl Copy for ToNumeric
Auto Trait Implementations§
impl Freeze for ToNumeric
impl RefUnwindSafe for ToNumeric
impl Send for ToNumeric
impl Sync for ToNumeric
impl Unpin for ToNumeric
impl UnwindSafe for ToNumeric
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