Skip to main content

ObjectBlueprintArch

Type Alias ObjectBlueprintArch 

Source
pub type ObjectBlueprintArch = ObjectBlueprintX86;

Aliased Type§

pub enum ObjectBlueprintArch {
    _4k,
    LargePage,
    PageTable,
    PageDirectory,
    SeL4Arch(ObjectBlueprintX64),
}

Variants§

§

_4k

§

LargePage

§

PageTable

§

PageDirectory

§

SeL4Arch(ObjectBlueprintX64)

Trait Implementations§

Source§

impl From<ObjectBlueprintX64> for ObjectBlueprintArch

Source§

fn from(blueprint: ObjectBlueprintSeL4Arch) -> Self

Converts to this type from the input type.