pub struct StatValue {
pub base: f32,
pub flat_bonus: f32,
pub percent_bonus: f32,
pub multiplier: f32,
}Fields§
§base: f32§flat_bonus: f32§percent_bonus: f32§multiplier: f32Implementations§
Trait Implementations§
impl StructuralPartialEq for StatValue
Auto Trait Implementations§
impl Freeze for StatValue
impl RefUnwindSafe for StatValue
impl Send for StatValue
impl Sync for StatValue
impl Unpin for StatValue
impl UnsafeUnpin for StatValue
impl UnwindSafe for StatValue
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