pub struct TempoEvent {
pub row: u32,
pub kind: TempoEventKind,
}Expand description
Singular tempo event
Fields§
§row: u32Row position of this tempo event
kind: TempoEventKindType and type-specific for this tempo event
Trait Implementations§
Source§impl Clone for TempoEvent
impl Clone for TempoEvent
Source§fn clone(&self) -> TempoEvent
fn clone(&self) -> TempoEvent
Returns a duplicate of the value. Read more
1.0.0 · 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 TempoEvent
impl Debug for TempoEvent
Source§impl PartialEq for TempoEvent
impl PartialEq for TempoEvent
impl StructuralPartialEq for TempoEvent
Auto Trait Implementations§
impl Freeze for TempoEvent
impl RefUnwindSafe for TempoEvent
impl Send for TempoEvent
impl Sync for TempoEvent
impl Unpin for TempoEvent
impl UnwindSafe for TempoEvent
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