Struct shipyard::Window[][src]

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

Shared slice of a storage.

Implementations

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.

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Retrieve components of entity. Read more

Retrieve components of entity.
Unwraps errors. Read more

The returned type after indexing.

Performs the indexing (container[index]) operation. 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 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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. 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.