Expand description
Kernel types.
Structs§
- An owned reference to an always-reference-counted object.
- Stores an opaque value.
- Runs a cleanup function/closure when dropped.
Enums§
- A sum type that always holds either a value of type
L
orR
.
Constants§
- Used to construct instances of type
NotThreadSafe
similar to howPhantomData
is constructed.
Traits§
- Types that are always reference counted.
- Used to transfer ownership to and from foreign (non-Rust) languages.
Type Aliases§
- Zero-sized type to mark types not
Send
.