Expand description
Contents of MacOS’s <CrashReporterClient.h>’s crashreporter_annotations_t,
but with the by-reference C-strings hoisted out to the end of the struct
and inlined (so this is a variable-length struct).
The variable-length strings are listed in MINIDUMP_MAC_CRASH_INFO_RECORD_STRINGS.
Use MINIDUMP_MAC_CRASH_INFO::record_start_size to access them.
Fields
stream_type: u64version: u64Trait Implementations
sourceimpl Clone for MINIDUMP_MAC_CRASH_INFO_RECORD
impl Clone for MINIDUMP_MAC_CRASH_INFO_RECORD
sourcefn clone(&self) -> MINIDUMP_MAC_CRASH_INFO_RECORD
fn clone(&self) -> MINIDUMP_MAC_CRASH_INFO_RECORD
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl<'a> TryFromCtx<'a, Endian, [u8]> for MINIDUMP_MAC_CRASH_INFO_RECORD where
MINIDUMP_MAC_CRASH_INFO_RECORD: 'a,
impl<'a> TryFromCtx<'a, Endian, [u8]> for MINIDUMP_MAC_CRASH_INFO_RECORD where
MINIDUMP_MAC_CRASH_INFO_RECORD: 'a,
sourceimpl<'a> TryIntoCtx<Endian, [u8]> for &'a MINIDUMP_MAC_CRASH_INFO_RECORD
impl<'a> TryIntoCtx<Endian, [u8]> for &'a MINIDUMP_MAC_CRASH_INFO_RECORD
sourceimpl TryIntoCtx<Endian, [u8]> for MINIDUMP_MAC_CRASH_INFO_RECORD
impl TryIntoCtx<Endian, [u8]> for MINIDUMP_MAC_CRASH_INFO_RECORD
Auto Trait Implementations
impl RefUnwindSafe for MINIDUMP_MAC_CRASH_INFO_RECORD
impl Send for MINIDUMP_MAC_CRASH_INFO_RECORD
impl Sync for MINIDUMP_MAC_CRASH_INFO_RECORD
impl Unpin for MINIDUMP_MAC_CRASH_INFO_RECORD
impl UnwindSafe for MINIDUMP_MAC_CRASH_INFO_RECORD
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more