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 implementPinnedDropsafely.
- Declares or implements a vtable trait.
Derive Macros§
- Derives theZeroabletrait for the given struct.