#[repr(C)]pub struct BPM_INFO {
pub tempo: f32,
pub beat: i32,
pub start: f64,
pub offset: f32,
}Expand description
BPM情報構造体
Fields§
§tempo: f32テンポ
beat: i32拍子
start: f64開始位置(秒)
offset: f32拍子オフセット(秒)
Auto Trait Implementations§
impl Freeze for BPM_INFO
impl RefUnwindSafe for BPM_INFO
impl Send for BPM_INFO
impl Sync for BPM_INFO
impl Unpin for BPM_INFO
impl UnsafeUnpin for BPM_INFO
impl UnwindSafe for BPM_INFO
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