pub struct BeatmapAttributes {
pub ar: f32,
pub od: f32,
pub cs: f32,
pub hp: f32,
pub clock_rate: f32,
}Expand description
Summary struct for a Beatmap’s attributes.
Fields§
§ar: f32§od: f32§cs: f32§hp: f32§clock_rate: f32Implementations§
Trait Implementations§
Source§impl Clone for BeatmapAttributes
impl Clone for BeatmapAttributes
Source§fn clone(&self) -> BeatmapAttributes
fn clone(&self) -> BeatmapAttributes
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 moreAuto Trait Implementations§
impl Freeze for BeatmapAttributes
impl RefUnwindSafe for BeatmapAttributes
impl Send for BeatmapAttributes
impl Sync for BeatmapAttributes
impl Unpin for BeatmapAttributes
impl UnwindSafe for BeatmapAttributes
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