Struct ImageDynamicRelocationTable

struct ImageDynamicRelocationTable { ... }

Fields

version: crate::endian::U32<crate::endian::LittleEndian>
size: crate::endian::U32<crate::endian::LittleEndian>

Implementations

impl Clone for ImageDynamicRelocationTable

fn clone(self: &Self) -> ImageDynamicRelocationTable

impl Copy for ImageDynamicRelocationTable

impl Debug for ImageDynamicRelocationTable

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

impl Freeze for ImageDynamicRelocationTable

impl Pod for ImageDynamicRelocationTable

impl RefUnwindSafe for ImageDynamicRelocationTable

impl Send for ImageDynamicRelocationTable

impl Sync for ImageDynamicRelocationTable

impl Unpin for ImageDynamicRelocationTable

impl UnwindSafe for ImageDynamicRelocationTable

impl<T> Any for ImageDynamicRelocationTable

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for ImageDynamicRelocationTable

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

impl<T> BorrowMut for ImageDynamicRelocationTable

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

impl<T> CloneToUninit for ImageDynamicRelocationTable

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

impl<T> From for ImageDynamicRelocationTable

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for ImageDynamicRelocationTable

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

impl<T, U> Into for ImageDynamicRelocationTable

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 ImageDynamicRelocationTable

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

impl<T, U> TryInto for ImageDynamicRelocationTable

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