Attribute Macros§
- vmod
- Handle the
#[vmod]
attribute. This attribute can only be applied to a module. Inside the module, it handles the following items:
Derive Macros§
- VscMetric
- Handle the
#[derive(VscMetric)]
macro. This can only be applied to a struct. The struct must have only fields of typeAtomicU64
.