pub type ObjectTypeArch = ObjectTypeX86;Aliased Type§
pub enum ObjectTypeArch {
_4k,
LargePage,
PageTable,
PageDirectory,
SeL4Arch(ObjectTypeX64),
}Variants§
Trait Implementations§
Source§impl From<ObjectTypeX64> for ObjectTypeArch
impl From<ObjectTypeX64> for ObjectTypeArch
Source§fn from(ty: ObjectTypeSeL4Arch) -> Self
fn from(ty: ObjectTypeSeL4Arch) -> Self
Converts to this type from the input type.