Struct kernel::mm::MmapReadGuard
source · 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