pub struct NoteMap {
pub duration: u64,
pub timing: Vec<usize>,
}Fields§
§duration: u64§timing: Vec<usize>Auto Trait Implementations§
impl Freeze for NoteMap
impl RefUnwindSafe for NoteMap
impl Send for NoteMap
impl Sync for NoteMap
impl Unpin for NoteMap
impl UnwindSafe for NoteMap
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