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
L
orR
.
Constants§
- NotThread
Safe - Used to construct instances of type
NotThreadSafe
similar to howPhantomData
is constructed.
Traits§
- Always
RefCounted - Types that are always reference counted.
- Foreign
Ownable - Used to transfer ownership to and from foreign (non-Rust) languages.
Type Aliases§
- NotThread
Safe - Zero-sized type to mark types not
Send
.