pub type ObjectTypeArch = ObjectTypeArm;
Expand description
Alias for ObjectTypeArm
.
Aliased Type§
enum ObjectTypeArch {
SmallPage,
LargePage,
PT,
VCpu,
SeL4Arch(ObjectTypeAArch64),
}
Variants§
Trait Implementations§
Source§impl From<ObjectTypeAArch64> for ObjectTypeArch
impl From<ObjectTypeAArch64> for ObjectTypeArch
Source§fn from(ty: ObjectTypeSeL4Arch) -> Self
fn from(ty: ObjectTypeSeL4Arch) -> Self
Converts to this type from the input type.