Expand description
Kernel types.
Re-exports§
pub use crate::sync::aref::ARef;
pub use crate::sync::aref::AlwaysRefCounted;
Structs§
- Stores an opaque value.
- Runs a cleanup function/closure when dropped.
Constants§
- Used to construct instances of type
NotThreadSafe
similar to howPhantomData
is constructed.
Traits§
- Used to transfer ownership to and from foreign (non-Rust) languages.
Type Aliases§
- Zero-sized type to mark types not
Send
.