pub struct OsuSettings {
pub od: f64,
pub hp: f64,
}Fields§
§od: f64§hp: f64Auto Trait Implementations§
impl Freeze for OsuSettings
impl RefUnwindSafe for OsuSettings
impl Send for OsuSettings
impl Sync for OsuSettings
impl Unpin for OsuSettings
impl UnwindSafe for OsuSettings
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