Struct ecs::entity::Entity [] [src]

pub struct Entity(_);

Methods

impl Entity
[src]

Returns the entity's unique identifier.

Trait Implementations

impl Copy for Entity
[src]

impl Clone for Entity
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Entity
[src]

Formats the value using the given formatter.

impl Eq for Entity
[src]

impl Hash for Entity
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for Entity
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Default for Entity
[src]

Returns the "default value" for a type. Read more