Trait sel4::CapTypeForFrameObjectOfFixedSize

source ·
pub trait CapTypeForFrameObjectOfFixedSize: CapTypeForObjectOfFixedSize + CapTypeForFrameObject {
    const FRAME_OBJECT_TYPE: FrameObjectType;
}
Expand description

Trait for CapTypeForFrameObjects which correspond to frame objects of fixed size.

Required Associated Constants§

Object Safety§

This trait is not object safe.

Implementors§