Struct dwarf::AbbrevHash
[−]
[src]
pub struct AbbrevHash(_);
Methods
impl AbbrevHash
[src]
fn read<R: Read>(r: &mut R) -> Result<AbbrevHash, ReadError>
impl AbbrevHash
[src]
fn new() -> Self
fn len(&self) -> usize
fn is_empty(&self) -> bool
fn iter(&self) -> Iter<u64, Abbrev>
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