Struct paradox_typed_db::ext::SkillBehavior
source · pub struct SkillBehavior {
pub skill_icon: Option<i32>,
}
Expand description
Data for a skill
Fields§
§skill_icon: Option<i32>
The icon of the skill
Trait Implementations§
source§impl Clone for SkillBehavior
impl Clone for SkillBehavior
source§fn clone(&self) -> SkillBehavior
fn clone(&self) -> SkillBehavior
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more