Enum rosu_map::section::difficulty::DifficultyKey
source · 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 copy 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
source§fn eq(&self, other: &DifficultyKey) -> bool
fn eq(&self, other: &DifficultyKey) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for DifficultyKey
impl Eq for DifficultyKey
impl StructuralPartialEq for DifficultyKey
Auto Trait Implementations§
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