pub enum BeatmapMode {
Standard = 0,
Taiko = 1,
CatchTheBeat = 2,
Mania = 3,
}
Variants§
Trait Implementations§
Source§impl Debug for BeatmapMode
impl Debug for BeatmapMode
Source§impl Default for BeatmapMode
impl Default for BeatmapMode
Source§fn default() -> BeatmapMode
fn default() -> BeatmapMode
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BeatmapMode
impl RefUnwindSafe for BeatmapMode
impl Send for BeatmapMode
impl Sync for BeatmapMode
impl Unpin for BeatmapMode
impl UnwindSafe for BeatmapMode
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