pub struct RppmScaling {
pub haste_pct: f64,
pub crit_pct: f64,
pub auto_attack_speed_multiplier: f64,
}Expand description
Current multiplicative inputs for RPPM scaling.
Fields§
§haste_pct: f64§crit_pct: f64§auto_attack_speed_multiplier: f64Trait Implementations§
Source§impl Clone for RppmScaling
impl Clone for RppmScaling
Source§fn clone(&self) -> RppmScaling
fn clone(&self) -> RppmScaling
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 moreSource§impl Debug for RppmScaling
impl Debug for RppmScaling
Source§impl Default for RppmScaling
impl Default for RppmScaling
impl Copy for RppmScaling
Auto Trait Implementations§
impl Freeze for RppmScaling
impl RefUnwindSafe for RppmScaling
impl Send for RppmScaling
impl Sync for RppmScaling
impl Unpin for RppmScaling
impl UnsafeUnpin for RppmScaling
impl UnwindSafe for RppmScaling
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