pub struct Beatmap {}
Expand description
Holds all data relevant to the beatmap, the environment, and anything else
Implementations§
Source§impl Beatmap
impl Beatmap
Sourcepub fn add_color_note(note: ColorNote)
pub fn add_color_note(note: ColorNote)
Adds a ColorNote to the playing beatmap
pub fn add_bomb_note(bomb: BombNote)
Auto Trait Implementations§
impl Freeze for Beatmap
impl RefUnwindSafe for Beatmap
impl Send for Beatmap
impl Sync for Beatmap
impl Unpin for Beatmap
impl UnwindSafe for Beatmap
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