Struct boxcars::CacheProp [] [src]

pub struct CacheProp {
    pub object_ind: i32,
    pub stream_id: i32,
}

A mapping between an object (that's an attribute)'s index and what its id will be when encoded in the network data

Fields

The index that the object appears in the Replay::objects

An attribute / property id that appears in the network data. Stream ids are often re-used between multiple different properties

Trait Implementations

impl PartialEq for CacheProp
[src]

[src]

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

[src]

This method tests for !=.

impl Debug for CacheProp
[src]

[src]

Formats the value using the given formatter.

impl Clone for CacheProp
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CacheProp
[src]