Struct rytm_sys::ar_pattern_track_t
source · #[repr(C, packed(1))]pub struct ar_pattern_track_t {Show 17 fields
pub trigs: [s_u16_t; 64],
pub notes: [sU8; 64],
pub velocities: [sU8; 64],
pub note_lengths: [sU8; 64],
pub micro_timings: [sS8; 64],
pub retrig_lengths: [sU8; 64],
pub retrig_rates: [sU8; 64],
pub retrig_velocity_offsets: [sS8; 64],
pub trig_note: sU8,
pub trig_velocity: sU8,
pub trig_note_length: sU8,
pub trig_flags: s_u16_t,
pub __unknown1: sU8,
pub num_steps: sU8,
pub quantize_amount: sU8,
pub sound_locks: [sU8; 64],
pub flags_and_speed: sU8,
}Fields§
§trigs: [s_u16_t; 64]§notes: [sU8; 64]§velocities: [sU8; 64]§note_lengths: [sU8; 64]§micro_timings: [sS8; 64]§retrig_lengths: [sU8; 64]§retrig_rates: [sU8; 64]§retrig_velocity_offsets: [sS8; 64]§trig_note: sU8§trig_velocity: sU8§trig_note_length: sU8§trig_flags: s_u16_t§__unknown1: sU8§num_steps: sU8§quantize_amount: sU8§sound_locks: [sU8; 64]§flags_and_speed: sU8Trait Implementations§
source§impl Clone for ar_pattern_track_t
impl Clone for ar_pattern_track_t
source§fn clone(&self) -> ar_pattern_track_t
fn clone(&self) -> ar_pattern_track_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for ar_pattern_track_t
impl Default for ar_pattern_track_t
impl Copy for ar_pattern_track_t
Auto Trait Implementations§
impl RefUnwindSafe for ar_pattern_track_t
impl Send for ar_pattern_track_t
impl Sync for ar_pattern_track_t
impl Unpin for ar_pattern_track_t
impl UnwindSafe for ar_pattern_track_t
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