Struct hldemo::EventData [] [src]

pub struct EventData {
    pub flags: i32,
    pub index: i32,
    pub delay: f32,
    pub args: EventArgs,
}

Fields

Trait Implementations

impl Debug for EventData
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for EventData
[src]

[src]

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

[src]

This method tests for !=.