Expand description
Crate for all kernel procedural macros.
Macros
- Concatenate two identifiers.
- Declares a kernel module.
- Paste identifiers together.
Attribute Macros
- Used to specify the pinning information of the fields of a struct.
- Used to implement
PinnedDropsafely. - Declares or implements a vtable trait.
Derive Macros
- Derives the
Zeroabletrait for the given struct.