pub struct SongPositionPointer { /* private fields */ }Expand description
This is an internal 14 bit register that holds the number of MIDI beats (1 beat= six MIDI clocks) since the start of the song.
§Layout
This is the non-status part of a MIDI message:
0lllllll 0mmmmmmm
where
l is the LSB, m the MSB.
Implementations§
Trait Implementations§
Source§impl Clone for SongPositionPointer
impl Clone for SongPositionPointer
Source§fn clone(&self) -> SongPositionPointer
fn clone(&self) -> SongPositionPointer
Returns a copy 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 SongPositionPointer
impl Debug for SongPositionPointer
Source§impl Hash for SongPositionPointer
impl Hash for SongPositionPointer
Source§impl PartialEq for SongPositionPointer
impl PartialEq for SongPositionPointer
impl Eq for SongPositionPointer
impl StructuralPartialEq for SongPositionPointer
Auto Trait Implementations§
impl Freeze for SongPositionPointer
impl RefUnwindSafe for SongPositionPointer
impl Send for SongPositionPointer
impl Sync for SongPositionPointer
impl Unpin for SongPositionPointer
impl UnwindSafe for SongPositionPointer
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