pub struct PerkStats {
pub defense: i32,
pub flex: i32,
pub offense: i32,
}Fields§
§defense: i32§flex: i32§offense: i32Auto Trait Implementations§
impl Freeze for PerkStats
impl RefUnwindSafe for PerkStats
impl Send for PerkStats
impl Sync for PerkStats
impl Unpin for PerkStats
impl UnsafeUnpin for PerkStats
impl UnwindSafe for PerkStats
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