Enum novation_remote_25sl::Letter [] [src]

pub enum Letter {
    C,
    Csh,
    Db,
    D,
    Dsh,
    Eb,
    E,
    F,
    Fsh,
    Gb,
    G,
    Gsh,
    Ab,
    A,
    Ash,
    Bb,
    B,
}

The letter representation for each step in the 12-tone, equal temperament, chromatic scale.

Variants

Methods

impl Letter
[src]

Returns whether or not the note would be a black key on a standard piano or keyboard.

Trait Implementations

impl Clone for Letter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialOrd<Letter> for Letter
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl<T> Sub<T> for Letter where
    T: PrimInt
[src]

impl Sub<Letter> for Letter
[src]

impl Copy for Letter
[src]

impl<T> Add<T> for Letter where
    T: PrimInt
[src]

impl Add<Letter> for Letter
[src]

impl Rand for Letter
[src]

impl Ord for Letter
[src]

This method returns an Ordering between self and other. Read more

impl FromPrimitive for Letter
[src]

impl Eq for Letter
[src]

impl Hash for Letter
[src]

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

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

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

Formats the value using the given formatter.

impl ToPrimitive for Letter
[src]