#[repr(C)]pub struct timing {
pub time: f32,
pub ms_per_beat: f32,
pub change: c_int,
pub px_per_beat: f32,
pub beat_len: f32,
pub velocity: f32,
}Fields§
§time: f32§ms_per_beat: f32§change: c_int§px_per_beat: f32§beat_len: f32§velocity: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for timing
impl RefUnwindSafe for timing
impl Send for timing
impl Sync for timing
impl Unpin for timing
impl UnwindSafe for timing
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