#[repr(u8)]pub enum SkillType {
Strength = 0,
Dexterity = 1,
Intelligence = 2,
Defence = 3,
Agility = 4,
}
Expand description
Enum representing the types of skillpoints
Variants§
Trait Implementations§
impl Copy for SkillType
impl Eq for SkillType
impl StructuralPartialEq for SkillType
Auto Trait Implementations§
impl Freeze for SkillType
impl RefUnwindSafe for SkillType
impl Send for SkillType
impl Sync for SkillType
impl Unpin for SkillType
impl UnwindSafe for SkillType
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