pub enum RowFamily {
P,
I,
R,
RI,
}Expand description
One of the four classical twelve-tone row-operation families.
Variants§
P
Prime order under transposition.
I
Inversion order under transposition.
R
Retrograde of the prime order under transposition.
RI
Retrograde of the inversion order under transposition.
Implementations§
Trait Implementations§
impl Copy for RowFamily
impl Eq for RowFamily
Source§impl Ord for RowFamily
impl Ord for RowFamily
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for RowFamily
impl PartialOrd for RowFamily
impl StructuralPartialEq for RowFamily
Auto Trait Implementations§
impl Freeze for RowFamily
impl RefUnwindSafe for RowFamily
impl Send for RowFamily
impl Sync for RowFamily
impl Unpin for RowFamily
impl UnsafeUnpin for RowFamily
impl UnwindSafe for RowFamily
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