pub struct SetClass;Expand description
Computes the set class of a pitch class set.
A set class contains all transpositions and inversions of a given pitch class set. This function returns all members of the set class.
§Arguments
set- A pitch class set or collection of pitch classes/numbers
§Returns
A list of pitch class sets representing all members of the set class
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SetClass
impl RefUnwindSafe for SetClass
impl Send for SetClass
impl Sync for SetClass
impl Unpin for SetClass
impl UnsafeUnpin for SetClass
impl UnwindSafe for SetClass
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