pub struct BaseStats {
pub strength: u8,
pub agility: u8,
pub stamina: u8,
pub intellect: u8,
pub spirit: u8,
pub health: u16,
pub mana: u16,
}Available on crate feature
extended only.Fields§
§strength: u8§agility: u8§stamina: u8§intellect: u8§spirit: u8§health: u16§mana: u16Implementations§
Trait Implementations§
Source§impl Ord for BaseStats
impl Ord for BaseStats
Source§impl PartialOrd for BaseStats
impl PartialOrd for BaseStats
impl Copy for BaseStats
impl Eq for BaseStats
impl StructuralPartialEq for BaseStats
Auto Trait Implementations§
impl Freeze for BaseStats
impl RefUnwindSafe for BaseStats
impl Send for BaseStats
impl Sync for BaseStats
impl Unpin for BaseStats
impl UnwindSafe for BaseStats
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