Struct bindkey::HotKey [] [src]

pub struct HotKey {
    pub key: KeySym,
    pub modifiers: Vec<Modifier>,
    pub trigger: TriggerOn,
}

Fields

Methods

impl HotKey
[src]

Trait Implementations

impl PartialEq for HotKey
[src]

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

This method tests for !=.

impl Eq for HotKey
[src]

impl Hash for HotKey
[src]

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

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

impl Debug for HotKey
[src]

Formats the value using the given formatter.

impl Clone for HotKey
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more