Enum x86_64::structures::paging::UnmapError [] [src]

pub enum UnmapError {
    EntryWithInvalidFlagsPresent(PagePageTableEntry),
    PageNotMapped(Page),
}

Variants

Trait Implementations

impl Debug for UnmapError
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for UnmapError

impl Sync for UnmapError