#[repr(u32)]pub enum Skill {
Show 18 variants
OneHanded = 0,
TwoHanded = 1,
Archery = 2,
Block = 3,
Smithing = 4,
HeavyArmor = 5,
LightArmor = 6,
Pickpocket = 7,
Lockpicking = 8,
Sneak = 9,
Alchemy = 10,
Speech = 11,
Alteration = 12,
Conjuration = 13,
Destruction = 14,
Illusion = 15,
Restoration = 16,
Enchanting = 17,
}
Variants§
OneHanded = 0
TwoHanded = 1
Archery = 2
Block = 3
Smithing = 4
HeavyArmor = 5
LightArmor = 6
Pickpocket = 7
Lockpicking = 8
Sneak = 9
Alchemy = 10
Speech = 11
Alteration = 12
Conjuration = 13
Destruction = 14
Illusion = 15
Restoration = 16
Enchanting = 17
Implementations§
Trait Implementations§
Source§impl From<Skill> for Skill_CEnum
impl From<Skill> for Skill_CEnum
Source§impl Ord for Skill
impl Ord for Skill
Source§impl PartialOrd for Skill
impl PartialOrd for Skill
Source§impl TryFrom<Skill_CEnum> for Skill
impl TryFrom<Skill_CEnum> for Skill
impl Copy for Skill
impl Eq for Skill
impl StructuralPartialEq for Skill
Auto Trait Implementations§
impl Freeze for Skill
impl RefUnwindSafe for Skill
impl Send for Skill
impl Sync for Skill
impl Unpin for Skill
impl UnwindSafe for Skill
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