Struct ImageArchitectureEntry

struct ImageArchitectureEntry { ... }

Fields

fixup_inst_rva: crate::endian::U32<crate::endian::LittleEndian>

RVA of instruction to fixup

new_inst: crate::endian::U32<crate::endian::LittleEndian>

fixup instruction (see alphaops.h)

Implementations

impl Clone for ImageArchitectureEntry

fn clone(self: &Self) -> ImageArchitectureEntry

impl Copy for ImageArchitectureEntry

impl Debug for ImageArchitectureEntry

fn fmt(self: &Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result

impl Freeze for ImageArchitectureEntry

impl Pod for ImageArchitectureEntry

impl RefUnwindSafe for ImageArchitectureEntry

impl Send for ImageArchitectureEntry

impl Sync for ImageArchitectureEntry

impl Unpin for ImageArchitectureEntry

impl UnwindSafe for ImageArchitectureEntry

impl<T> Any for ImageArchitectureEntry

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for ImageArchitectureEntry

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for ImageArchitectureEntry

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> CloneToUninit for ImageArchitectureEntry

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for ImageArchitectureEntry

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for ImageArchitectureEntry

fn to_owned(self: &Self) -> T
fn clone_into(self: &Self, target: &mut T)

impl<T, U> Into for ImageArchitectureEntry

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for ImageArchitectureEntry

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for ImageArchitectureEntry

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>