Struct boxcars::KeyFrame[][src]

pub struct KeyFrame {
    pub time: f32,
    pub frame: i32,
    pub position: i32,
}

Keyframes as defined by the video compression section in the wikipedia article, are the main frames that are derived from in the following frame data. The key frames decoded will match up with the frames decoded from the network data.

Fields

Trait Implementations

impl PartialEq for KeyFrame
[src]

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

This method tests for !=.

impl Debug for KeyFrame
[src]

Formats the value using the given formatter. Read more

impl Clone for KeyFrame
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for KeyFrame
[src]

Auto Trait Implementations

impl Send for KeyFrame

impl Sync for KeyFrame