Struct xmas_elf::sections::Rel
[−]
[src]
#[repr(C)]pub struct Rel<P> { /* fields omitted */ }
Methods
impl Rel<P32>[src]
pub fn get_offset(&self) -> u32[src]
pub fn get_symbol_table_index(&self) -> u32[src]
pub fn get_type(&self) -> u8[src]
impl Rel<P64>[src]
pub fn get_offset(&self) -> u64[src]
pub fn get_symbol_table_index(&self) -> u32[src]
pub fn get_type(&self) -> u32[src]
Trait Implementations
impl<P: Debug> Debug for Rel<P>[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more