pub struct Memory64ListStream { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl DumpSection for Memory64ListStream
impl DumpSection for Memory64ListStream
Source§impl From<Memory64ListStream> for Section
impl From<Memory64ListStream> for Section
Source§fn from(list: Memory64ListStream) -> Self
fn from(list: Memory64ListStream) -> Self
Converts to this type from the input type.
Source§impl Stream for Memory64ListStream
impl Stream for Memory64ListStream
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 Freeze for Memory64ListStream
impl !RefUnwindSafe for Memory64ListStream
impl !Send for Memory64ListStream
impl !Sync for Memory64ListStream
impl Unpin for Memory64ListStream
impl !UnwindSafe for Memory64ListStream
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.