Struct entmet_lib::entities::entity::Blaze
source · pub struct Blaze {
pub on_fire: bool,
/* private fields */
}Expand description
An intance of a blaze
Fields§
§on_fire: boolWhether it is on fire or not
Trait Implementations§
source§impl PartialEq for Blaze
impl PartialEq for Blaze
impl StructuralPartialEq for Blaze
Auto Trait Implementations§
impl Freeze for Blaze
impl RefUnwindSafe for Blaze
impl Send for Blaze
impl Sync for Blaze
impl Unpin for Blaze
impl UnwindSafe for Blaze
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