pub enum ARM64LPAES1 {}Expand description
The ARM_64_LPAE_S1 page table format.
Trait Implementations§
Source§impl IoPageTableFmt for ARM64LPAES1
impl IoPageTableFmt for ARM64LPAES1
Auto Trait Implementations§
impl Freeze for ARM64LPAES1
impl RefUnwindSafe for ARM64LPAES1
impl Send for ARM64LPAES1
impl Sync for ARM64LPAES1
impl Unpin for ARM64LPAES1
impl UnwindSafe for ARM64LPAES1
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
Source§impl<T> PinInit<T> for T
impl<T> PinInit<T> for T
Source§unsafe fn __pinned_init(self, slot: *mut T) -> Result<(), Infallible>
unsafe fn __pinned_init(self, slot: *mut T) -> Result<(), Infallible>
Initializes
slot. Read more