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