Struct pdb::StreamName [] [src]

pub struct StreamName<'n> {
    pub name: RawString<'n>,
    pub stream_id: u32,
}

A named stream contained within the PDB file.

Fields

The stream's name.

The index of this stream.

Trait Implementations

impl<'n> Debug for StreamName<'n>
[src]

[src]

Formats the value using the given formatter.