Type Alias sel4::ObjectBlueprintArch

source ·
pub type ObjectBlueprintArch = ObjectBlueprintArm;
Expand description

Alias for ObjectBlueprintArm.

Aliased Type§

enum ObjectBlueprintArch {
    SmallPage,
    LargePage,
    PT,
    VCpu,
    SeL4Arch(ObjectBlueprintAArch64),
}

Variants§

§

SmallPage

§

LargePage

§

PT

§

VCpu

§

SeL4Arch(ObjectBlueprintAArch64)

Trait Implementations§

source§

impl From<ObjectBlueprintAArch64> for ObjectBlueprintArch

source§

fn from(blueprint: ObjectBlueprintSeL4Arch) -> Self

Converts to this type from the input type.