pub struct Beatmap;
Implementations§
Source§impl Beatmap
impl Beatmap
pub fn add_chain_head_note(chain_head_note: ChainHeadNote)
Source§impl Beatmap
impl Beatmap
pub fn add_chain_link_note(chain_link_note: ChainLinkNote)
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