Struct Relr32

struct Relr32<E: Endian>(8706)

32-bit relative relocation table entry.

Implementations

impl<E> Freeze for Relr32<E>

impl<E> RefUnwindSafe for Relr32<E>

impl<E> Send for Relr32<E>

impl<E> Sync for Relr32<E>

impl<E> Unpin for Relr32<E>

impl<E> UnwindSafe for Relr32<E>

impl<E: $crate::clone::Clone + Endian> Clone for Relr32<E>

fn clone(self: &Self) -> Relr32<E>

impl<E: $crate::fmt::Debug + Endian> Debug for Relr32<E>

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

impl<E: $crate::marker::Copy + Endian> Copy for Relr32<E>

impl<E: Endian> Pod for Relr32<E>

impl<Endian: endian::Endian> Relr for elf::Relr32<Endian>

fn get(self: &Self, endian: <Self as >::Endian) -> <Self as >::Word
fn next(offset: &mut <Self as >::Word, bits: &mut <Self as >::Word) -> Option<<Self as >::Word>

impl<T> Any for Relr32<E>

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for Relr32<E>

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

impl<T> BorrowMut for Relr32<E>

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

impl<T> CloneToUninit for Relr32<E>

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

impl<T> From for Relr32<E>

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for Relr32<E>

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

impl<T, U> Into for Relr32<E>

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 Relr32<E>

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

impl<T, U> TryInto for Relr32<E>

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