Struct abc_parser::datatypes::TuneHeader[][src]

pub struct TuneHeader { /* fields omitted */ }

Methods

impl TuneHeader
[src]

Trait Implementations

impl ToABC for TuneHeader
[src]

Creates a valid ABC text representation of the object.

impl Debug for TuneHeader
[src]

Formats the value using the given formatter. Read more

impl PartialEq for TuneHeader
[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 TuneHeader

impl Sync for TuneHeader