Expand description
Crate for all kernel procedural macros.
Macros§
- concat_
idents - Concatenate two identifiers.
- module
- Declares a kernel module.
- paste
- Paste identifiers together.
Attribute Macros§
- pin_
data - Used to specify the pinning information of the fields of a struct.
- pinned_
drop - Used to implement
PinnedDrop
safely. - vtable
- Declares or implements a vtable trait.