pub struct PitchSetSpace {
pub cardinality: u8,
}Expand description
Pitch-class universe used by a neighborhood graph.
Fields§
§cardinality: u8Required set cardinality for every graph node.
Implementations§
Trait Implementations§
Source§impl Clone for PitchSetSpace
impl Clone for PitchSetSpace
Source§fn clone(&self) -> PitchSetSpace
fn clone(&self) -> PitchSetSpace
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 PitchSetSpace
Source§impl Debug for PitchSetSpace
impl Debug for PitchSetSpace
impl Eq for PitchSetSpace
Source§impl Hash for PitchSetSpace
impl Hash for PitchSetSpace
Source§impl PartialEq for PitchSetSpace
impl PartialEq for PitchSetSpace
impl StructuralPartialEq for PitchSetSpace
Auto Trait Implementations§
impl Freeze for PitchSetSpace
impl RefUnwindSafe for PitchSetSpace
impl Send for PitchSetSpace
impl Sync for PitchSetSpace
impl Unpin for PitchSetSpace
impl UnsafeUnpin for PitchSetSpace
impl UnwindSafe for PitchSetSpace
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