pub struct Exception {
pub thread_id: u32,
pub exception_record: ExceptionRecord,
pub thread_context: (u32, u32),
/* private fields */
}
Fields§
§thread_id: u32
§exception_record: ExceptionRecord
§thread_context: (u32, u32)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Exception
impl !RefUnwindSafe for Exception
impl !Send for Exception
impl !Sync for Exception
impl Unpin for Exception
impl !UnwindSafe for Exception
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.