Struct rust_rpg_toolkit::nodes::item::Item [−][src]
pub struct Item {
pub id: String,
pub name: String,
pub description: String,
pub position: Vec2,
pub kind: ItemKind,
pub weight: f32,
pub is_quest_item: bool,
// some fields omitted
}
Fields
id: String
name: String
description: String
position: Vec2
kind: ItemKind
weight: f32
is_quest_item: bool
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Item
impl UnwindSafe for Item
Blanket Implementations
Mutably borrows from an owned value. Read more