pub type MajorInterval<T = isize> = IntervalBase<Major, T>;Aliased Type§
pub struct MajorInterval<T = isize> {
pub quality: Major,
pub steps: T,
}Fields§
§quality: Majorthe quality of the interval
steps: Tthe total number of steps, or semitones, in the interval