pub struct SerialRepeatedDegree {
pub degree: usize,
pub events: Vec<SerialEventId>,
}Expand description
Repeated modal degree observed in canonical note order.
Fields§
§degree: usizeDegree that repeated.
events: Vec<SerialEventId>Events that carried the repetition.
Trait Implementations§
Source§impl Clone for SerialRepeatedDegree
impl Clone for SerialRepeatedDegree
Source§fn clone(&self) -> SerialRepeatedDegree
fn clone(&self) -> SerialRepeatedDegree
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 SerialRepeatedDegree
impl Debug for SerialRepeatedDegree
impl Eq for SerialRepeatedDegree
Source§impl PartialEq for SerialRepeatedDegree
impl PartialEq for SerialRepeatedDegree
impl StructuralPartialEq for SerialRepeatedDegree
Auto Trait Implementations§
impl Freeze for SerialRepeatedDegree
impl RefUnwindSafe for SerialRepeatedDegree
impl Send for SerialRepeatedDegree
impl Sync for SerialRepeatedDegree
impl Unpin for SerialRepeatedDegree
impl UnsafeUnpin for SerialRepeatedDegree
impl UnwindSafe for SerialRepeatedDegree
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