struct DumpFile {
objects: Vec<DumpedObject>,
symbols: Vec<DumpedSymbol>,
env: Vec<DumpedBinding>,
}Expand description
Deserialized contents of a .pdmp file.
Fields§
§objects: Vec<DumpedObject>§symbols: Vec<DumpedSymbol>§env: Vec<DumpedBinding>Auto Trait Implementations§
impl Freeze for DumpFile
impl RefUnwindSafe for DumpFile
impl Send for DumpFile
impl Sync for DumpFile
impl Unpin for DumpFile
impl UnsafeUnpin for DumpFile
impl UnwindSafe for DumpFile
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