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
PinnedDrop
safely. - Declares or implements a vtable trait.
Derive Macros
- Derives the
Zeroable
trait for the given struct.