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