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.
Source§impl Clone for ObjectBlueprintArm
impl Clone for ObjectBlueprintArm
Source§fn clone(&self) -> ObjectBlueprintArm
fn clone(&self) -> ObjectBlueprintArm
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more