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