Struct shipyard::View[][src]

pub struct View<'a, T> { /* fields omitted */ }
Expand description

Shared view over a component storage.

Methods from Deref<Target = Window<'a, T>>

Returns true if the window contains entity.

Returns the length of the window.

Returns true if the window’s length is 0.

Returns the inserted section of an update packed window.

Returns the inserted section of an update packed window.
Unwraps errors.

Returns the modified section of an update packed window.

Returns the modified section of an update packed window.
Unwraps errors.

Returns the inserted and modified section of an update packed window.

Returns the modified section of an update packed window.
Unwraps errors.

Returns the deleted components of an update packed window.

Returns the deleted components of an update packed window.
Unwraps errors.

Returns the EntityId at a given index.

Returns the EntityId at a given index.
Unwraps errors.

Returns the index of entity’s component in the dense and data vectors. This index is only valid for this window.

Returns the index of entity’s component in the dense and data vectors.
This index is only valid for this window.

Safety

entity has to own a component in this storage.
In case it used to but no longer does, the result will be wrong but won’t trigger any UB.

Returns a slice of all the components in this window.

Returns a window over range.

Returns a window over range.
Unwraps errors.

Trait Implementations

Performs the conversion.

The resulting type after dereferencing.

Dereferences the value.

Retrieve components of entity. Read more

Retrieve components of entity.
Unwraps errors. Read more

The resulting type after applying the ! operator.

Performs the unary ! operation. Read more

The type returned in the event of a conversion error.

Performs the conversion.

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 alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

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.