Struct entmet_lib::entities::entity::Ghast
source · pub struct Ghast {
pub attacking: bool,
/* private fields */
}Expand description
An instance of a ghost
Fields§
§attacking: boolWhether it is attacking something or not
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Ghast
impl RefUnwindSafe for Ghast
impl Send for Ghast
impl Sync for Ghast
impl Unpin for Ghast
impl UnwindSafe for Ghast
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