pub struct TempoEvent {
pub tempo: u32,
}
Fields§
§tempo: u32
Implementations§
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 MIDIEvent for TempoEvent
impl MIDIEvent for TempoEvent
Source§impl PartialEq for TempoEvent
impl PartialEq for TempoEvent
Source§impl SerializeEvent for TempoEvent
impl SerializeEvent for TempoEvent
fn serialize_event<T: Write>( &self, buf: &mut T, ) -> Result<usize, MIDIWriteError>
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