Struct notation_model::section::Section [−][src]
pub struct Section {
pub tab: Weak<Tab>,
pub index: usize,
pub kind: SectionKind,
pub id: String,
pub bars: Vec<Arc<Bar>>,
}Fields
tab: Weak<Tab>index: usizekind: SectionKindid: Stringbars: Vec<Arc<Bar>>