Struct boxcars::UpdatedAttribute [] [src]

pub struct UpdatedAttribute {
    pub actor_id: i32,
    pub attribute_id: i32,
    pub attribute: Attribute,
}

Notifies that an actor has had one of their properties updated (most likely their rigid body state (location / rotation) has changed)

Fields

The actor that had an attribute updated

The attribute / property id that was decoded

The actual data from the decoded attribute

Trait Implementations

impl Debug for UpdatedAttribute
[src]

[src]

Formats the value using the given formatter.

impl Clone for UpdatedAttribute
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for UpdatedAttribute
[src]

[src]

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

[src]

This method tests for !=.