Struct dwarf::AbbrevVec [] [src]

pub struct AbbrevVec(_);

Methods

impl AbbrevVec
[src]

fn write<W: Write>(&self, w: &mut W) -> Result<()>

impl AbbrevVec
[src]

fn new(val: Vec<Abbrev>) -> Self

fn len(&self) -> usize

fn is_empty(&self) -> bool

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

Trait Implementations

impl Debug for AbbrevVec
[src]

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

Formats the value using the given formatter.