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 fdde64a commit 58662f6Copy full SHA for 58662f6
src/volatile_memory.rs
@@ -952,7 +952,9 @@ where
952
}
953
954
955
- /// Returns a pointer to the underlying memory.
+ /// Returns a pointer to the underlying memory. Mutable accesses performed
956
+ /// using the resulting pointer are not automatically accounted for by the dirty bitmap
957
+ /// tracking functionality.
958
pub fn as_ptr(&self) -> *mut u8 {
959
self.addr as *mut u8
960
0 commit comments