pub struct InstChunk {
pub base_note: u8,
pub detune: u8,
pub gain: u8,
pub low_note: u8,
pub high_note: u8,
pub low_velocity: u8,
pub high_velocity: u8,
}
Fields§
§base_note: u8
§detune: u8
§gain: u8
§low_note: u8
§high_note: u8
§low_velocity: u8
§high_velocity: u8
Implementations§
Trait Implementations§
impl Copy for InstChunk
Auto Trait Implementations§
impl Freeze for InstChunk
impl RefUnwindSafe for InstChunk
impl Send for InstChunk
impl Sync for InstChunk
impl Unpin for InstChunk
impl UnwindSafe for InstChunk
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