Struct hldemo::Frame [] [src]

pub struct Frame<'a> {
    pub time: f32,
    pub frame: i32,
    pub data: FrameData<'a>,
}

Fields

Trait Implementations

impl<'a> Debug for Frame<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for Frame<'a>
[src]

[src]

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

[src]

This method tests for !=.