Expand description
Kernel types.
Macros§
- Obtain a type that implements
ForLtfor the given higher-ranked type.
Structs§
- Stores an opaque value.
- Runs a cleanup function/closure when dropped.
Constants§
- Used to construct instances of type
NotThreadSafesimilar to howPhantomDatais constructed.
Traits§
- Representation of types generic over a lifetime.
- Used to transfer ownership to and from foreign (non-Rust) languages.
Type Aliases§
- Zero-sized type to mark types not
Send.