Trait sel4::CapTypeForObjectOfFixedSize

source ·
pub trait CapTypeForObjectOfFixedSize: CapTypeForObject {
    // Required method
    fn object_blueprint() -> ObjectBlueprint;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§