Struct goblin::elf::reloc::reloc32::Rela [] [src]

#[repr(C)]
pub struct Rela { pub r_offset: u32, pub r_info: u32, pub r_addend: i32, }

Relocation with an explicit addend

Fields

Address

Relocation type and symbol index

Addend

Trait Implementations

impl From<Reloc> for Rela
[src]

Performs the conversion.

impl Clone for Rela
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Rela
[src]

impl PartialEq for Rela
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Default for Rela
[src]

Returns the "default value" for a type. Read more

impl<'a> TryFromCtx<'a> for Rela where Rela: 'a
[src]

impl TryIntoCtx for Rela
[src]

impl SizeWith for Rela
[src]

impl Debug for Rela
[src]

Formats the value using the given formatter.