This website works better with JavaScript.
Home
Explore
Help
Sign In
er1n
/
sparkle
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
derive Clone for memory::paging::PageIter
master
3moon
8 years ago
parent
db6cc040e9
commit
b103cc9222
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
{
start
:
Page
,
end
:
Page
,
Write
Preview
Loading…
Cancel
Save