Enum cdg::ScrollCommand [] [src]

pub enum ScrollCommand {
    Noop,
    NW,
    SE,
}

A scroll command

Variants

Don't scroll

Scroll one tile up or to the left

Scroll one tile down or to the right

Trait Implementations

impl Eq for ScrollCommand
[src]

impl PartialEq for ScrollCommand
[src]

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

This method tests for !=.

impl Debug for ScrollCommand
[src]

Formats the value using the given formatter.

impl Copy for ScrollCommand
[src]

impl Clone for ScrollCommand
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more