Struct boxcars::NewActor[][src]

pub struct NewActor {
    pub actor_id: ActorId,
    pub name_id: Option<i32>,
    pub object_id: ObjectId,
    pub initial_trajectory: Trajectory,
}

Information for a new actor that appears in the game

Fields

The id given to the new actor

An name id

The actor's object id.

The initial trajectory of the new actor

Trait Implementations

impl Debug for NewActor
[src]

Formats the value using the given formatter. Read more

impl Clone for NewActor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for NewActor
[src]

impl PartialEq for NewActor
[src]

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

This method tests for !=.

impl Eq for NewActor
[src]

Auto Trait Implementations

impl Send for NewActor

impl Sync for NewActor