Enum orbclient_window_shortcuts::shortcut::PseudoId [] [src]

pub enum PseudoId {
    Pressed,
}

Pseudo shortcut ids

Variants

Trait Implementations

impl PartialEq for PseudoId
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Clone for PseudoId
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for PseudoId
[src]

impl Debug for PseudoId
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PseudoId

impl Sync for PseudoId