Struct nom_midi::MidiHeader [] [src]

pub struct MidiHeader {
    pub format: MidiFormat,
    pub division: Division,
}

A data structure for the Midi file header chunk

Fields

The format of the file

The way time is divided

Trait Implementations

impl Debug for MidiHeader
[src]

Formats the value using the given formatter.

impl PartialEq for MidiHeader
[src]

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

This method tests for !=.

impl Copy for MidiHeader
[src]

impl Clone for MidiHeader
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more