Enum autopilot::key::Flag[][src]

pub enum Flag {
    Shift,
    Control,
    Alt,
    Meta,
    Help,
}

Device-independent modifier flags.

Variants

Trait Implementations

impl Copy for Flag
[src]

impl Clone for Flag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Flag
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Flag
[src]

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

This method tests for !=.

impl From<Flag> for u64
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Flag

impl Sync for Flag