Struct sndfile_sys::SF_LOOP_INFO[][src]

#[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_shorttime_sig_den: c_shortloop_mode: c_intnum_beats: c_intbpm: c_floatroot_key: c_intfuture: [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

Performs the conversion.

Performs the conversion.

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.