Struct dwarf::AbbrevHash [] [src]

pub struct AbbrevHash(_);

Methods

impl AbbrevHash
[src]

fn read<R: Read>(r: &mut R) -> Result<AbbrevHashReadError>

impl AbbrevHash
[src]

fn new() -> Self

fn len(&self) -> usize

fn is_empty(&self) -> bool

fn iter(&self) -> Iter<u64Abbrev>

fn get(&self, code: u64) -> Option<&Abbrev>

fn insert(&mut self, abbrev: Abbrev) -> Option<Abbrev>

Trait Implementations

impl Default for AbbrevHash
[src]

fn default() -> AbbrevHash

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

impl Debug for AbbrevHash
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.