pub struct KVirtAreaOwner { /* private fields */ }Implementations§
Source§impl KVirtAreaOwner
impl KVirtAreaOwner
Sourcepub closed spec fn cursor_view_at(self, addr: Vaddr) -> CursorView<KernelPtConfig>
pub closed spec fn cursor_view_at(self, addr: Vaddr) -> CursorView<KernelPtConfig>
The CursorView at the page containing the given address, representing the kernel page
table’s abstract state for query purposes.
Auto Trait Implementations§
impl Freeze for KVirtAreaOwner
impl !RefUnwindSafe for KVirtAreaOwner
impl Send for KVirtAreaOwner
impl Sync for KVirtAreaOwner
impl Unpin for KVirtAreaOwner
impl UnwindSafe for KVirtAreaOwner
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