Struct entmet_lib::entities::entity::Zombie
source · pub struct Zombie {
pub baby: bool,
pub becoming_a_drowned: bool,
/* private fields */
}Expand description
Fields§
§baby: boolWhether it is a baby or not
becoming_a_drowned: boolWhether it is becomming a drowned or not
Trait Implementations§
source§impl PartialEq for Zombie
impl PartialEq for Zombie
impl StructuralPartialEq for Zombie
Auto Trait Implementations§
impl Freeze for Zombie
impl RefUnwindSafe for Zombie
impl Send for Zombie
impl Sync for Zombie
impl Unpin for Zombie
impl UnwindSafe for Zombie
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