Enum abc_parser::datatypes::Rest[][src]

pub enum Rest {
    Note(u32),
    Measure(u32),
    NoteHidden(u32),
    MeasureHidden(u32),
}

Variants

Trait Implementations

impl ToABC for Rest
[src]

Creates a valid ABC text representation of the object.

impl Debug for Rest
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Rest
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for Rest

impl Sync for Rest