pub struct Zombie {
pub humanoidMob: HumanoidMob,
}
Fields§
§humanoidMob: HumanoidMob
Trait Implementations§
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