Trait sel4::CapTypeForObject

source ·
pub trait CapTypeForObject: CapType {
    // Required method
    fn object_type() -> ObjectType;
}
Expand description

Trait for CapTypes which correspond to kernel objects.

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§