[][src]Struct mozpdb::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]

pub fn iter<'a>(&'a self) -> NameIter<'a, 's>[src]

Return an iterator over named streams and their stream indices.

Trait Implementations

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

Auto Trait Implementations

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

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

impl<'s> Unpin for StreamNames<'s>

impl<'s> UnwindSafe for StreamNames<'s>

impl<'s> RefUnwindSafe for StreamNames<'s>

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]