Struct abc_parser::datatypes::TuneBody[][src]

pub struct TuneBody { /* fields omitted */ }

Methods

impl TuneBody
[src]

Trait Implementations

impl ToABC for TuneBody
[src]

Creates a valid ABC text representation of the object.

impl Debug for TuneBody
[src]

Formats the value using the given formatter. Read more

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

impl Sync for TuneBody