pub struct PcStats {
pub unspent_skill_points: i32,
pub level: i32,
pub experience: i32,
pub reputation: i32,
pub karma: i32,
}Fields§
§unspent_skill_points: i32§level: i32§experience: i32§reputation: i32§karma: i32Trait Implementations§
Auto Trait Implementations§
impl Freeze for PcStats
impl RefUnwindSafe for PcStats
impl Send for PcStats
impl Sync for PcStats
impl Unpin for PcStats
impl UnsafeUnpin for PcStats
impl UnwindSafe for PcStats
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