pub struct Metronome { /* private fields */ }Expand description
A metronome for synchronisation with BPM.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Metronome
impl RefUnwindSafe for Metronome
impl Send for Metronome
impl Sync for Metronome
impl Unpin for Metronome
impl UnsafeUnpin for Metronome
impl UnwindSafe for Metronome
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