pub struct PageTableView {
pub mappings: Set<Mapping>,
}Fields§
§mappings: Set<Mapping>Trait Implementations§
Source§impl Inv for PageTableView
impl Inv for PageTableView
Auto Trait Implementations§
impl Freeze for PageTableView
impl RefUnwindSafe for PageTableView
impl Send for PageTableView
impl Sync for PageTableView
impl Unpin for PageTableView
impl UnwindSafe for PageTableView
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