Struct entmet_lib::entities::entity::Fireball
source · pub struct Fireball {
pub slot: Slot,
/* private fields */
}Expand description
An instance of a fireball
Fields§
§slot: SlotThe item of the fireball
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Fireball
impl RefUnwindSafe for Fireball
impl Send for Fireball
impl Sync for Fireball
impl Unpin for Fireball
impl UnwindSafe for Fireball
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