Struct sndfile_sys::SF_INSTRUMENT[][src]

#[repr(C)]
pub struct SF_INSTRUMENT { pub gain: c_int, pub basenote: c_char, pub detune: c_char, pub velocity_lo: c_char, pub velocity_hi: c_char, pub key_lo: c_char, pub key_hi: c_char, pub loop_count: c_int, pub loops: [SF_INSTRUMENT_LOOP; 16], }

Fields

gain: c_intbasenote: c_chardetune: c_charvelocity_lo: c_charvelocity_hi: c_charkey_lo: c_charkey_hi: c_charloop_count: c_intloops: [SF_INSTRUMENT_LOOP; 16]

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.