Struct cognitive_qualia::defs::Command [] [src]

pub struct Command {
    pub action: Action,
    pub direction: Direction,
    pub magnitude: i32,
    pub string: String,
}

Command context for compositor.

Fields

Trait Implementations

impl Clone for Command
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Command
[src]

Formats the value using the given formatter.

impl Default for Command
[src]

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