Struct entmet_lib::entities::entity::ItemEntity
source · pub struct ItemEntity {
pub slot: Slot,
/* private fields */
}Expand description
An instance of a dropped item
Fields§
§slot: SlotSlot data of the item
Trait Implementations§
source§impl Default for ItemEntity
impl Default for ItemEntity
source§fn default() -> ItemEntity
fn default() -> ItemEntity
Returns the “default value” for a type. Read more
source§impl Deref for ItemEntity
impl Deref for ItemEntity
Auto Trait Implementations§
impl Freeze for ItemEntity
impl RefUnwindSafe for ItemEntity
impl Send for ItemEntity
impl Sync for ItemEntity
impl Unpin for ItemEntity
impl UnwindSafe for ItemEntity
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