Struct entmet_lib::entities::entity::DragonFireball
source · pub struct DragonFireball { /* private fields */ }Expand description
A dragon fireball instance
Trait Implementations§
source§impl Default for DragonFireball
impl Default for DragonFireball
source§fn default() -> DragonFireball
fn default() -> DragonFireball
Returns the “default value” for a type. Read more
source§impl Deref for DragonFireball
impl Deref for DragonFireball
source§impl DerefMut for DragonFireball
impl DerefMut for DragonFireball
source§impl PartialEq for DragonFireball
impl PartialEq for DragonFireball
source§fn eq(&self, other: &DragonFireball) -> bool
fn eq(&self, other: &DragonFireball) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DragonFireball
Auto Trait Implementations§
impl Freeze for DragonFireball
impl RefUnwindSafe for DragonFireball
impl Send for DragonFireball
impl Sync for DragonFireball
impl Unpin for DragonFireball
impl UnwindSafe for DragonFireball
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