#[derive(AuxStorage)]
{
// Attributes available to this derive:
#[UpdateCycle]
#[UpdateMechanics]
}
Expand description
Derives the UpdateCycle
and UpdateMechanics
trait automatically for the containing struct.
#[derive(AuxStorage)]
{
// Attributes available to this derive:
#[UpdateCycle]
#[UpdateMechanics]
}
Derives the UpdateCycle
and UpdateMechanics
trait automatically for the containing struct.