#[repr(C)]pub struct SF_LOOP_INFO {
pub time_sig_num: c_short,
pub time_sig_den: c_short,
pub loop_mode: c_int,
pub num_beats: c_int,
pub bpm: c_float,
pub root_key: c_int,
pub future: [c_int; 6],
}Fields§
§time_sig_num: c_short§time_sig_den: c_short§loop_mode: c_int§num_beats: c_int§bpm: c_float§root_key: c_int§future: [c_int; 6]Auto Trait Implementations§
impl Freeze for SF_LOOP_INFO
impl RefUnwindSafe for SF_LOOP_INFO
impl Send for SF_LOOP_INFO
impl Sync for SF_LOOP_INFO
impl Unpin for SF_LOOP_INFO
impl UnwindSafe for SF_LOOP_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