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