pub(crate) struct ScalingStore {
pub(crate) curves: ResolvedCurves,
pub(crate) game_tables: ResolvedGameTables,
pub(crate) level: u32,
}Fields§
§curves: ResolvedCurves§game_tables: ResolvedGameTables§level: u32Trait Implementations§
Source§impl Debug for ScalingStore
impl Debug for ScalingStore
Source§impl Default for ScalingStore
impl Default for ScalingStore
Source§fn default() -> ScalingStore
fn default() -> ScalingStore
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ScalingStore
impl RefUnwindSafe for ScalingStore
impl Send for ScalingStore
impl Sync for ScalingStore
impl Unpin for ScalingStore
impl UnsafeUnpin for ScalingStore
impl UnwindSafe for ScalingStore
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