pub struct LoadConstStringLongIndex {
pub op: u8,
pub r0: Reg8,
pub p0: StringIDUInt32,
}Fields§
§op: u8§r0: Reg8§p0: StringIDUInt32Trait Implementations§
Source§impl Clone for LoadConstStringLongIndex
impl Clone for LoadConstStringLongIndex
Source§fn clone(&self) -> LoadConstStringLongIndex
fn clone(&self) -> LoadConstStringLongIndex
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 LoadConstStringLongIndex
impl Debug for LoadConstStringLongIndex
Source§impl Default for LoadConstStringLongIndex
impl Default for LoadConstStringLongIndex
Source§impl InstructionParser for LoadConstStringLongIndex
impl InstructionParser for LoadConstStringLongIndex
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 LoadConstStringLongIndex
Auto Trait Implementations§
impl Freeze for LoadConstStringLongIndex
impl RefUnwindSafe for LoadConstStringLongIndex
impl Send for LoadConstStringLongIndex
impl Sync for LoadConstStringLongIndex
impl Unpin for LoadConstStringLongIndex
impl UnwindSafe for LoadConstStringLongIndex
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