pub struct PitchMapResult {
pub pitch: Pitch,
pub witness: MapWitness,
}Expand description
Result of applying a PitchMap to one pitch.
Fields§
§pitch: PitchMapped pitch.
witness: MapWitnessWitness for the mapping path.
Trait Implementations§
Source§impl Clone for PitchMapResult
impl Clone for PitchMapResult
Source§fn clone(&self) -> PitchMapResult
fn clone(&self) -> PitchMapResult
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 moreSource§impl Debug for PitchMapResult
impl Debug for PitchMapResult
impl Eq for PitchMapResult
Source§impl PartialEq for PitchMapResult
impl PartialEq for PitchMapResult
impl StructuralPartialEq for PitchMapResult
Auto Trait Implementations§
impl Freeze for PitchMapResult
impl RefUnwindSafe for PitchMapResult
impl Send for PitchMapResult
impl Sync for PitchMapResult
impl Unpin for PitchMapResult
impl UnsafeUnpin for PitchMapResult
impl UnwindSafe for PitchMapResult
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