sel4

Type Alias ObjectTypeArch

Source
pub type ObjectTypeArch = ObjectTypeArm;
Expand description

Alias for ObjectTypeArm.

Aliased Type§

enum ObjectTypeArch {
    SmallPage,
    LargePage,
    PT,
    SeL4Arch(ObjectTypeAArch32),
}

Variants§

§

SmallPage

§

LargePage

§

PT

§

SeL4Arch(ObjectTypeAArch32)

Trait Implementations§

Source§

impl From<ObjectTypeAArch32> for ObjectTypeArch

Source§

fn from(ty: ObjectTypeSeL4Arch) -> Self

Converts to this type from the input type.