[][src]Struct elf_utilities::relocation::elf64::Rela64

#[repr(C)]pub struct Rela64 { /* fields omitted */ }

Implementations

impl Rela64[src]

pub fn size() -> Elf64Xword[src]

pub fn get_sym(&self) -> Elf64Xword[src]

pub fn get_type(&self) -> Elf64Xword[src]

pub fn get_offset(&self) -> Elf64Addr[src]

pub fn get_info(&self) -> Elf64Xword[src]

pub fn get_addend(&self) -> Elf64Sxword[src]

pub fn set_addend(&mut self, addend: Elf64Sxword)[src]

pub fn set_offset(&mut self, offset: Elf64Addr)[src]

pub fn set_info(&mut self, info: Elf64Xword)[src]

pub fn to_le_bytes(&self) -> Vec<u8>[src]

Trait Implementations

impl Clone for Rela64[src]

impl Default for Rela64[src]

Auto Trait Implementations

impl RefUnwindSafe for Rela64

impl Send for Rela64

impl Sync for Rela64

impl Unpin for Rela64

impl UnwindSafe for Rela64

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.