pub struct LibxdcMemoryReader { /* private fields */ }Available on crate feature
libxdc_memory_reader only.Expand description
Memory reader that re-construct memory content from addr and dump files used in libxdc experiments
Implementations§
Source§impl LibxdcMemoryReader
impl LibxdcMemoryReader
Sourcepub fn new(
page_dump: &Path,
page_addr: &Path,
) -> Result<Self, LibxdcMemoryReaderCreateError>
pub fn new( page_dump: &Path, page_addr: &Path, ) -> Result<Self, LibxdcMemoryReaderCreateError>
Create a LibxdcMemoryReader from the page dump and page addr files.
Trait Implementations§
Source§impl ReadMemory for LibxdcMemoryReader
impl ReadMemory for LibxdcMemoryReader
Auto Trait Implementations§
impl Freeze for LibxdcMemoryReader
impl RefUnwindSafe for LibxdcMemoryReader
impl Send for LibxdcMemoryReader
impl Sync for LibxdcMemoryReader
impl Unpin for LibxdcMemoryReader
impl UnwindSafe for LibxdcMemoryReader
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