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§
Trait Implementations§
source§impl From<ObjectBlueprintAArch64> for ObjectBlueprintArch
 
impl From<ObjectBlueprintAArch64> for ObjectBlueprintArch
source§fn from(blueprint: ObjectBlueprintSeL4Arch) -> Self
 
fn from(blueprint: ObjectBlueprintSeL4Arch) -> Self
Converts to this type from the input type.