Struct notation_model::tab_chord::TabChord [−][src]
pub struct TabChord {
pub chord: Chord,
pub entries: Vec<Arc<ModelEntry>>,
pub bars: Vec<Arc<TabBar>>,
}Fields
chord: Chordentries: Vec<Arc<ModelEntry>>bars: Vec<Arc<TabBar>>Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TabChord
impl UnwindSafe for TabChord
Blanket Implementations
Mutably borrows from an owned value. Read more
