Enum osr_parser::Gamemode
source · [−]#[repr(i8)]
pub enum Gamemode {
Standart,
Taiko,
CatchTheBeat,
Mania,
}
Variants
Standart
Taiko
CatchTheBeat
Mania
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Gamemode
impl Send for Gamemode
impl Sync for Gamemode
impl Unpin for Gamemode
impl UnwindSafe for Gamemode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more