pub struct TableMapping {
pub mapping: [u8; 256],
pub to_move: Vec<u8>,
}
Fields§
§mapping: [u8; 256]
Mapping from the “from” song index to the to
to_move: Vec<u8>
Table to be moved during remapping
Implementations§
Source§impl TableMapping
impl TableMapping
pub fn describe<T: RemapperDescriptorBuilder>(&self, builder: &mut T)
pub fn remap_table(&mut self, from: u8, to: u8)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TableMapping
impl RefUnwindSafe for TableMapping
impl Send for TableMapping
impl Sync for TableMapping
impl Unpin for TableMapping
impl UnwindSafe for TableMapping
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