pub struct IntervalVector(pub [u16; 6]);Expand description
An interval-class vector: counts of each of the six interval classes (1..=6) occurring among a set’s pitch classes.
Tuple Fields§
§0: [u16; 6]Trait Implementations§
Source§impl Clone for IntervalVector
impl Clone for IntervalVector
Source§fn clone(&self) -> IntervalVector
fn clone(&self) -> IntervalVector
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IntervalVector
Source§impl Debug for IntervalVector
impl Debug for IntervalVector
impl Eq for IntervalVector
Source§impl Hash for IntervalVector
impl Hash for IntervalVector
Source§impl PartialEq for IntervalVector
impl PartialEq for IntervalVector
impl StructuralPartialEq for IntervalVector
Auto Trait Implementations§
impl Freeze for IntervalVector
impl RefUnwindSafe for IntervalVector
impl Send for IntervalVector
impl Sync for IntervalVector
impl Unpin for IntervalVector
impl UnsafeUnpin for IntervalVector
impl UnwindSafe for IntervalVector
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