pub type ObjectBlueprintArch = ObjectBlueprintX86;Aliased Type§
pub enum ObjectBlueprintArch {
_4k,
LargePage,
PageTable,
PageDirectory,
SeL4Arch(ObjectBlueprintX64),
}Variants§
Trait Implementations§
Source§impl From<ObjectBlueprintX64> for ObjectBlueprintArch
impl From<ObjectBlueprintX64> for ObjectBlueprintArch
Source§fn from(blueprint: ObjectBlueprintSeL4Arch) -> Self
fn from(blueprint: ObjectBlueprintSeL4Arch) -> Self
Converts to this type from the input type.