Expand description

Types that detect when their internal data mutate.

Structs

Unique mutable borrow of an entity’s component

Unique mutable borrow of resources or an entity’s component.

Unique borrow of a non-Send resource.

Unique mutable borrow of a reflected component or resource

Unique mutable borrow of a resource.

Constants

The (arbitrarily chosen) minimum number of world tick increments between check_tick scans.

The maximum change tick difference that won’t overflow before the next check_tick scan.

Traits

Types that implement reliable change detection.