pub struct Note {
pub notes: u32,
pub row_time: f32,
}Expand description
Represents a note in the rhythm game
Fields§
§notes: u32Number of notes at this time position
row_time: f32Row time (in seconds)
Implementations§
Trait Implementations§
impl Copy for Note
Auto Trait Implementations§
impl Freeze for Note
impl RefUnwindSafe for Note
impl Send for Note
impl Sync for Note
impl Unpin for Note
impl UnwindSafe for Note
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