Enum steamy_controller::sound::Note [] [src]

pub enum Note {
    A,
    B,
    C,
    D,
    E,
    F,
    G,
}

Representation of a note.

Variants

Trait Implementations

impl Clone for Note
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Note
[src]

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

impl Debug for Note
[src]

Formats the value using the given formatter.