pub struct PhraseMapping {
pub mapping: [u8; 255],
pub to_move: Vec<u8>,
}
Fields§
§mapping: [u8; 255]
Mapping from the “from” song phrase index to the “to” phrase index
to_move: Vec<u8>
Phrases to be moved during the remapping index in the “from” song
Implementations§
Source§impl PhraseMapping
impl PhraseMapping
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PhraseMapping
impl RefUnwindSafe for PhraseMapping
impl Send for PhraseMapping
impl Sync for PhraseMapping
impl Unpin for PhraseMapping
impl UnwindSafe for PhraseMapping
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