We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cccc19b commit c6109b2Copy full SHA for c6109b2
src/structures/paging/mapper/mod.rs
@@ -293,6 +293,7 @@ pub trait Mapper<S: PageSize> {
293
/// `GLOBAL` and `WRITABLE` flags for a page might result in the corruption
294
/// of values stored in that page from processes running in other address
295
/// spaces.
296
+ /// If you instead want to get the current flags on a mapped page, you can see the trait implementation `TranslateResult::Mapped` flags
297
unsafe fn update_flags(
298
&mut self,
299
page: Page<S>,
0 commit comments