pub struct Wife3;Expand description
3rd revision of Etterna’s Wife scoring system
Trait Implementations§
Source§impl Wife for Wife3
impl Wife for Wife3
Source§const MINE_HIT_WEIGHT: f32 = -3.5f32
const MINE_HIT_WEIGHT: f32 = -3.5f32
Score value which is associated with mine hits (typically negative)
Source§const HOLD_DROP_WEIGHT: f32 = -2.25f32
const HOLD_DROP_WEIGHT: f32 = -2.25f32
Score value which is associated with hold drops (typically negative)
Source§const MISS_WEIGHT: f32 = -2.75f32
const MISS_WEIGHT: f32 = -2.75f32
Score value which is associated with missed notes (typically negative)
Auto Trait Implementations§
impl Freeze for Wife3
impl RefUnwindSafe for Wife3
impl Send for Wife3
impl Sync for Wife3
impl Unpin for Wife3
impl UnwindSafe for Wife3
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