Struct Elf_Rela
struct Elf_Rela { ... }
Fields
r_offset: usizer_info: u64r_addend: usize
Implementations
impl Elf_Rela
fn type_(self: &Self) -> u32
impl Freeze for Elf_Rela
impl RefUnwindSafe for Elf_Rela
impl Send for Elf_Rela
impl Sync for Elf_Rela
impl Unpin for Elf_Rela
impl UnsafeUnpin for Elf_Rela
impl UnwindSafe for Elf_Rela
impl<T> Any for Elf_Rela
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for Elf_Rela
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for Elf_Rela
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> From for Elf_Rela
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for Elf_Rela
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for Elf_Rela
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for Elf_Rela
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>