Enum novation_remote_25sl::Page [] [src]

pub enum Page {
    Up,
    Down,
}

The page up and down buttons.

Variants

Trait Implementations

impl Copy for Page
[src]

impl Clone for Page
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Page
[src]

Formats the value using the given formatter.

impl Hash for Page
[src]

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

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

impl PartialEq for Page
[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 Page
[src]