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

pub enum MapToError {
    FrameAllocationFailed,
    EntryWithInvalidFlagsPresent,
    PageAlreadyInUse,
}

Variants

Trait Implementations

impl Debug for MapToError
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for MapToError

impl Sync for MapToError