Struct livesplit_core::HotkeyConfig [] [src]

pub struct HotkeyConfig {
    pub split: KeyCode,
    pub reset: KeyCode,
    pub undo: KeyCode,
    pub skip: KeyCode,
    pub pause: KeyCode,
    pub previous_comparison: KeyCode,
    pub next_comparison: KeyCode,
}

Fields

Trait Implementations

impl Debug for HotkeyConfig
[src]

[src]

Formats the value using the given formatter.

impl Eq for HotkeyConfig
[src]

impl PartialEq for HotkeyConfig
[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 Hash for HotkeyConfig
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Default for HotkeyConfig
[src]

[src]

Returns the "default value" for a type. Read more