#[repr(C)]pub struct SkillData {
pub level: f32,
pub xp: f32,
pub levelThreshold: f32,
}
Fields§
§level: f32
§xp: f32
§levelThreshold: f32
Trait Implementations§
impl StructuralPartialEq for SkillData
Auto Trait Implementations§
impl Freeze for SkillData
impl RefUnwindSafe for SkillData
impl Send for SkillData
impl Sync for SkillData
impl Unpin for SkillData
impl UnwindSafe for SkillData
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