sel4

Type Alias ObjectBlueprintArch

Source
pub type ObjectBlueprintArch = ObjectBlueprintArm;
Expand description

Alias for ObjectBlueprintArm.

Aliased Type§

enum ObjectBlueprintArch {
    SmallPage,
    LargePage,
    PT,
    SeL4Arch(ObjectBlueprintAArch32),
}

Variants§

§

SmallPage

§

LargePage

§

PT

§

SeL4Arch(ObjectBlueprintAArch32)

Trait Implementations§

Source§

impl From<ObjectBlueprintAArch32> for ObjectBlueprintArch

Source§

fn from(blueprint: ObjectBlueprintSeL4Arch) -> Self

Converts to this type from the input type.