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