[][src]Struct pdb::StreamNames

pub struct StreamNames<'s> { /* fields omitted */ }

A list of named streams contained within the PDB file.

Call StreamNames::iter to iterate over the names. The iterator produces StreamName objects.

Methods

impl<'s> StreamNames<'s>
[src]

Return an iterator over named streams and their stream indices.

Trait Implementations

impl<'s> Debug for StreamNames<'s>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'s> Send for StreamNames<'s>

impl<'s> Sync for StreamNames<'s>