Struct entmet_lib::entities::entity::ZombifiedPiglin
source · pub struct ZombifiedPiglin { /* private fields */ }Expand description
An instance of a zombified piglin
Trait Implementations§
source§impl Default for ZombifiedPiglin
impl Default for ZombifiedPiglin
source§fn default() -> ZombifiedPiglin
fn default() -> ZombifiedPiglin
Returns the “default value” for a type. Read more
source§impl Deref for ZombifiedPiglin
impl Deref for ZombifiedPiglin
Auto Trait Implementations§
impl Freeze for ZombifiedPiglin
impl RefUnwindSafe for ZombifiedPiglin
impl Send for ZombifiedPiglin
impl Sync for ZombifiedPiglin
impl Unpin for ZombifiedPiglin
impl UnwindSafe for ZombifiedPiglin
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