Enum novation_remote_25sl::Playback [] [src]

pub enum Playback {
    Previous,
    Next,
    Stop,
    Play,
    Loop,
    Record,
}

Media playback-style control buttons.

Variants

Trait Implementations

impl Copy for Playback
[src]

impl Clone for Playback
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Playback
[src]

Formats the value using the given formatter.

impl Hash for Playback
[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 Playback
[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 Playback
[src]