pub struct BeatInfo { /* private fields */ }Expand description
Struct that holds information about a detected beat.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BeatInfo
impl RefUnwindSafe for BeatInfo
impl Send for BeatInfo
impl Sync for BeatInfo
impl Unpin for BeatInfo
impl UnsafeUnpin for BeatInfo
impl UnwindSafe for BeatInfo
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