pub struct SerialSonanceContext {
pub from_event: SerialEventId,
pub to_event: SerialEventId,
pub report: ContextualSonanceReport,
}Expand description
Sonance report for one adjacent adapted window.
Fields§
§from_event: SerialEventIdStable prior event.
to_event: SerialEventIdStable next event.
report: ContextualSonanceReportContextual sonance comparison over the landed pitches.
Trait Implementations§
Source§impl Clone for SerialSonanceContext
impl Clone for SerialSonanceContext
Source§fn clone(&self) -> SerialSonanceContext
fn clone(&self) -> SerialSonanceContext
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 SerialSonanceContext
impl Debug for SerialSonanceContext
Source§impl PartialEq for SerialSonanceContext
impl PartialEq for SerialSonanceContext
impl StructuralPartialEq for SerialSonanceContext
Auto Trait Implementations§
impl Freeze for SerialSonanceContext
impl RefUnwindSafe for SerialSonanceContext
impl Send for SerialSonanceContext
impl Sync for SerialSonanceContext
impl Unpin for SerialSonanceContext
impl UnsafeUnpin for SerialSonanceContext
impl UnwindSafe for SerialSonanceContext
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