Type Alias sel4::ObjectTypeArch

source ·
pub type ObjectTypeArch = ObjectTypeArm;
Expand description

Alias for ObjectTypeArm.

Aliased Type§

enum ObjectTypeArch {
    SmallPage,
    LargePage,
    PT,
    VCpu,
    SeL4Arch(ObjectTypeAArch64),
}

Variants§

§

SmallPage

§

LargePage

§

PT

§

VCpu

§

SeL4Arch(ObjectTypeAArch64)

Trait Implementations§

source§

impl From<ObjectTypeAArch64> for ObjectTypeArch

source§

fn from(ty: ObjectTypeSeL4Arch) -> Self

Converts to this type from the input type.