pub struct ManiaMeasure { /* private fields */ }Implementations§
Source§impl ManiaMeasure
impl ManiaMeasure
pub fn get_weight(&self, average_npm: f64) -> f64
pub fn get_pattern_weight_modifier(&self, average_npm: f64) -> f64
pub fn detect_pattern(&mut self) -> Pattern
pub fn print_notes(&self)
pub fn t_notes(&self) -> i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ManiaMeasure
impl RefUnwindSafe for ManiaMeasure
impl Send for ManiaMeasure
impl Sync for ManiaMeasure
impl Unpin for ManiaMeasure
impl UnwindSafe for ManiaMeasure
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