Expand description
Macros for seldom_pixel
Attribute Macrosยง
- px_
layer - Derives required traits for a layer. Use as
#[px_layer]on an item. Equivalent to#[derive(ExtractComponent, Component, Ord, PartialOrd, Eq, PartialEq, Clone, Default, Debug)].