pub struct CCMapping {
pub u_first_bytes: [u8; 4],
pub cutoff: u8,
pub resonance: u8,
pub sample_attack: u8,
pub sample_decay: u8,
pub reverb_send: u8,
pub delay_send: u8,
pub overdrive: u8,
pub bit_depth: u8,
}Fields§
§u_first_bytes: [u8; 4]§cutoff: u8§resonance: u8§sample_attack: u8§sample_decay: u8§reverb_send: u8§delay_send: u8§overdrive: u8§bit_depth: u8Trait Implementations§
impl StructuralPartialEq for CCMapping
Auto Trait Implementations§
impl Freeze for CCMapping
impl RefUnwindSafe for CCMapping
impl Send for CCMapping
impl Sync for CCMapping
impl Unpin for CCMapping
impl UnwindSafe for CCMapping
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