[][src]Struct mozpdb::StreamName

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

A named stream contained within the PDB file.

Fields

name: RawString<'n>

The stream's name.

stream_id: u32

The index of this stream.

Trait Implementations

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

Auto Trait Implementations

impl<'n> Send for StreamName<'n>

impl<'n> Sync for StreamName<'n>

impl<'n> Unpin for StreamName<'n>

impl<'n> UnwindSafe for StreamName<'n>

impl<'n> RefUnwindSafe for StreamName<'n>

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]