pub struct IntervalClassVector;Expand description
Computes the interval class vector of a pitch class set.
The interval class vector shows the frequency of each interval class (1-6) within the set, providing a compact representation of its intervallic content.
§Arguments
set- A pitch class set
§Returns
A list of 6 numbers representing the count of each interval class
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IntervalClassVector
impl RefUnwindSafe for IntervalClassVector
impl Send for IntervalClassVector
impl Sync for IntervalClassVector
impl Unpin for IntervalClassVector
impl UnsafeUnpin for IntervalClassVector
impl UnwindSafe for IntervalClassVector
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more