Struct x86_64::structures::paging::NotRecursivelyMapped[][src]

pub struct NotRecursivelyMapped;

An error indicating that the given page table is not recursively mapped.

Returned from RecursivePageTable::new.

Trait Implementations

impl Debug for NotRecursivelyMapped
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations