pub struct ListStream<T: ListItem> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<T: ListItem> DumpSection for ListStream<T>
impl<T: ListItem> DumpSection for ListStream<T>
Source§impl<T: ListItem> From<ListStream<T>> for Section
impl<T: ListItem> From<ListStream<T>> for Section
Source§fn from(stream: ListStream<T>) -> Self
fn from(stream: ListStream<T>) -> Self
Converts to this type from the input type.
Source§impl<T: ListItem> Stream for ListStream<T>
impl<T: ListItem> Stream for ListStream<T>
Source§fn stream_type(&self) -> u32
fn stream_type(&self) -> u32
The stream type, used in the stream directory.
Source§fn cite_stream_in(&self, section: Section) -> Section
fn cite_stream_in(&self, section: Section) -> Section
Append an
MDRawDirectory
referring to this stream to section
.Auto Trait Implementations§
impl<T> Freeze for ListStream<T>
impl<T> !RefUnwindSafe for ListStream<T>
impl<T> !Send for ListStream<T>
impl<T> !Sync for ListStream<T>
impl<T> Unpin for ListStream<T>where
T: Unpin,
impl<T> !UnwindSafe for ListStream<T>
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
Source§impl<T> CiteLocation for Twhere
T: DumpSection,
impl<T> CiteLocation for Twhere
T: DumpSection,
Source§fn cite_location_in(&self, section: Section) -> Section
fn cite_location_in(&self, section: Section) -> Section
Append an
MINIDUMP_LOCATION_DESCRIPTOR
to section
referring to this section.