#[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§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.