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§
fn object_type() -> ObjectType
Object Safety§
This trait is not object safe.