Module r3_core::kernel::raw

source ·
Expand description

The low-level kernel interface to be implemented by a kernel implementor.

Safety

Most traits in this method are unsafe trait because they have to be trustworthy to be able to build sound memory-safety-critical abstractions on top of them.

The trait methods that operate on a given Id are all defined as unsafe fn as the caller is responsible for maintaining object safety.

Structs

Enums

Traits

Type Definitions