Expand description
Kernel types.
Structs§
- ARef
- An owned reference to an always-reference-counted object.
- Opaque
- Stores an opaque value.
- Scope
Guard - Runs a cleanup function/closure when dropped.
Enums§
- Either
- A sum type that always holds either a value of type
LorR.
Traits§
- Always
RefCounted - Types that are always reference counted.
- AsBytes
- Types that can be viewed as an immutable slice of initialized bytes.
- Foreign
Ownable - Used to transfer ownership to and from foreign (non-Rust) languages.
- From
Bytes - Types for which any bit pattern is valid.