Skip to content

Commit 8e0610b

Browse files
committed
make memory::PhysFrame Debug
1 parent 15d75a0 commit 8e0610b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/memory.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ pub trait MemoryIf {
2222

2323
/// [`AxMmHal`](axaddrspace::AxMmHal) implementation by axvisor_api.
2424
#[doc(hidden)]
25+
#[derive(Debug)]
2526
pub struct AxMmHalApiImpl;
2627

2728
impl axaddrspace::AxMmHal for AxMmHalApiImpl {

0 commit comments

Comments
 (0)