[−][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] 
impl<'s> StreamNames<'s>pub fn iter<'a>(&'a self) -> NameIter<'a, 's>[src] 
pub fn iter<'a>(&'a self) -> NameIter<'a, 's>Return an iterator over named streams and their stream indices.
Trait Implementations
impl<'s> Debug for StreamNames<'s>[src] 
impl<'s> Debug for StreamNames<'s>Auto Trait Implementations
impl<'s> Send for StreamNames<'s>
impl<'s> Send for StreamNames<'s>impl<'s> Sync for StreamNames<'s>
impl<'s> Sync for StreamNames<'s>