Trait elf64::Entry

source ·
pub trait Entrywhere
    Self: Sized,
{ type Error; const SIZE: usize; fn new(slice: &[u8], encoding: Encoding) -> Result<Self, Self::Error>; }

Required Associated Types

Required Associated Constants

Required Methods

Implementors

source

impl Entry for RelEntry

source

impl Entry for RelaEntry

source

impl Entry for SymbolEntry