pub struct MmapReadGuard<'a> { /* private fields */ }
Expand description
Implementations§
Source§impl<'a> MmapReadGuard<'a>
impl<'a> MmapReadGuard<'a>
Sourcepub fn vma_lookup(&self, vma_addr: usize) -> Option<&VmaRef>
pub fn vma_lookup(&self, vma_addr: usize) -> Option<&VmaRef>
Look up a vma at the given address.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for MmapReadGuard<'a>
impl<'a> !RefUnwindSafe for MmapReadGuard<'a>
impl<'a> !Send for MmapReadGuard<'a>
impl<'a> !Sync for MmapReadGuard<'a>
impl<'a> Unpin for MmapReadGuard<'a>
impl<'a> !UnwindSafe for MmapReadGuard<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more