pub struct StreamName<'n> {
pub name: RawString<'n>,
pub stream_id: StreamIndex,
}Expand description
A named stream contained within the PDB file.
Fields§
§name: RawString<'n>The stream’s name.
stream_id: StreamIndexThe index of this stream.
Trait Implementations§
Auto Trait Implementations§
impl<'n> Freeze for StreamName<'n>
impl<'n> RefUnwindSafe for StreamName<'n>
impl<'n> Send for StreamName<'n>
impl<'n> Sync for StreamName<'n>
impl<'n> Unpin for StreamName<'n>
impl<'n> UnwindSafe for StreamName<'n>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more