Struct goblin::elf::reloc::reloc64::Rel [] [src]

#[repr(C)]
pub struct Rel { pub r_offset: u64, pub r_info: u64, }

Relocation without an addend

Fields

address

relocation type and symbol address

Trait Implementations

impl From<Reloc> for Rel
[src]

Performs the conversion.

impl Clone for Rel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Rel
[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 Rel
[src]

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

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

impl TryIntoCtx for Rel
[src]

impl SizeWith for Rel
[src]

impl Debug for Rel
[src]

Formats the value using the given formatter.