Struct wasm4_tracker::Track
source · pub struct Track {
pub notes: Vec<Note>,
}
Expand description
Music track.
Fields§
§notes: Vec<Note>
Notes.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Track
impl Send for Track
impl Sync for Track
impl Unpin for Track
impl UnwindSafe for Track
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