#[repr(C)]
pub struct pxtnUnit {
Show 18 fields pub _bOperated: bool, pub _bPlayed: bool, pub _name_buf: [c_char; 17], pub _name_size: i32, pub _key_now: i32, pub _key_start: i32, pub _key_margin: i32, pub _portament_sample_pos: i32, pub _portament_sample_num: i32, pub _pan_vols: [i32; 2], pub _pan_times: [i32; 2], pub _pan_time_bufs: [[i32; 64]; 2], pub _v_VOLUME: i32, pub _v_VELOCITY: i32, pub _v_GROUPNO: i32, pub _v_TUNING: f32, pub _p_woice: *const pxtnWoice, pub _vts: [pxtnVOICETONE; 2],
}

Fields

_bOperated: bool_bPlayed: bool_name_buf: [c_char; 17]_name_size: i32_key_now: i32_key_start: i32_key_margin: i32_portament_sample_pos: i32_portament_sample_num: i32_pan_vols: [i32; 2]_pan_times: [i32; 2]_pan_time_bufs: [[i32; 64]; 2]_v_VOLUME: i32_v_VELOCITY: i32_v_GROUPNO: i32_v_TUNING: f32_p_woice: *const pxtnWoice_vts: [pxtnVOICETONE; 2]

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

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.