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

pub enum FlagUpdateError {
    PageNotMapped,
}

An error indicating that an update_flags call failed.

Variants

The given page is not mapped to a physical frame.

Trait Implementations

impl Debug for FlagUpdateError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations