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