pub enum DifficultyKey {
HPDrainRate,
CircleSize,
OverallDifficulty,
ApproachRate,
SliderMultiplier,
SliderTickRate,
}Expand description
All valid keys within a .osu file’s [Difficulty] section
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for DifficultyKey
impl Clone for DifficultyKey
Source§fn clone(&self) -> DifficultyKey
fn clone(&self) -> DifficultyKey
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DifficultyKey
impl Debug for DifficultyKey
Source§impl Display for DifficultyKey
impl Display for DifficultyKey
Source§impl FromStr for DifficultyKey
impl FromStr for DifficultyKey
Source§impl PartialEq for DifficultyKey
impl PartialEq for DifficultyKey
impl Copy for DifficultyKey
impl Eq for DifficultyKey
impl StructuralPartialEq for DifficultyKey
Auto Trait Implementations§
impl Freeze for DifficultyKey
impl RefUnwindSafe for DifficultyKey
impl Send for DifficultyKey
impl Sync for DifficultyKey
impl Unpin for DifficultyKey
impl UnwindSafe for DifficultyKey
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