pub struct FX {
pub command: u8,
pub value: u8,
}
Fields§
§command: u8
§value: u8
Implementations§
Source§impl FX
impl FX
pub fn map_instr( self, instrument_mapping: &InstrumentMapping, table_mapping: &TableMapping, eq_mapping: &EqMapping, ) -> Self
Source§impl FX
impl FX
pub const V4_SIZE: usize = 2usize
pub fn write(self, w: &mut Writer)
pub fn is_empty(self) -> bool
pub fn print( &self, fx: FxCommands, pack: CommandPack, templates: &ReferenceTemplating, ) -> String
Sourcepub fn fx_command_names(ver: Version) -> FxCommands
pub fn fx_command_names(ver: Version) -> FxCommands
Retrieve command names for a given version
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