Browse Source

derive Clone for memory::paging::PageIter

master
3moon 8 years ago
parent
commit
b103cc9222
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/arch/x86_64/memory/paging/mod.rs

+ 1
- 0
src/arch/x86_64/memory/paging/mod.rs View File

@ -166,6 +166,7 @@ impl Add<usize> for Page {
} }
} }
#[derive(Clone)]
pub struct PageIter { pub struct PageIter {
start: Page, start: Page,
end: Page, end: Page,


Loading…
Cancel
Save