Struct rust_rpg_toolkit::inventory::InventoryEntry [−][src]
pub struct InventoryEntry {
pub params: ItemParams,
pub equipped_to: EquipmentSlot,
}
Fields
params: ItemParams
equipped_to: EquipmentSlot
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for InventoryEntry
impl Send for InventoryEntry
impl Sync for InventoryEntry
impl Unpin for InventoryEntry
impl UnwindSafe for InventoryEntry
Blanket Implementations
Mutably borrows from an owned value. Read more