Wrap borrows of page table entries in unsafe
This is safe because Entry
is #[repr(8)]
which is the minimum
alignment for qwords. Since the size of a qword is equal to that
alignment (8), they can also be borrowed from the array.
This is safe because Entry
is #[repr(8)]
which is the minimum
alignment for qwords. Since the size of a qword is equal to that
alignment (8), they can also be borrowed from the array.