Struct rbspy_testdata::CoreDump [−][src]
pub struct CoreDump { /* fields omitted */ }Expand description
Allows testing offline with a core dump of a Ruby process.
Trait Implementations
Copies memory from another process into an already allocated byte buffer Read more
Copies a series of bytes from another process. Main difference with ‘read’ is that this will allocate memory for you Read more
Copies a structure from another process
Given a pointer that points to a struct in another process, returns the struct
