#[repr(C, align(4096))]pub struct InitialPagetable(pub [usize; 512]);Expand description
A hardcoded pagetable.
Tuple Fields§
§0: [usize; 512]Auto Trait Implementations§
impl Freeze for InitialPagetable
impl RefUnwindSafe for InitialPagetable
impl Send for InitialPagetable
impl Sync for InitialPagetable
impl Unpin for InitialPagetable
impl UnwindSafe for InitialPagetable
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