pub struct FX {
pub command: u8,
pub value: u8,
}Fields§
§command: u8§value: u8Implementations§
Source§impl FX
impl FX
pub fn map_instr( self, instrument_mapping: &InstrumentMapping, table_mapping: &TableMapping, eq_mapping: &EqMapping, ) -> Self
Trait Implementations§
impl Copy for FX
impl StructuralPartialEq for FX
Auto Trait Implementations§
impl Freeze for FX
impl RefUnwindSafe for FX
impl Send for FX
impl Sync for FX
impl Unpin for FX
impl UnwindSafe for FX
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