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.