pub struct ColumnMut<'a, T: Component> { /* private fields */ }
Expand description

Uniquely borrows every T component in a world

Implementations

Access the T component of entity

Access the T component of entity without unique access to self. Allows simultaneous access to the components of multiple entities.

Safety

Must not be invoked while a borrow to any part of the same T is live, e.g. due to a prior call to get_unchecked on the same entity.

Trait Implementations

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.